summaryrefslogtreecommitdiff
path: root/cmd/hclspecsuite/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hclspecsuite/log.go')
-rw-r--r--cmd/hclspecsuite/log.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/hclspecsuite/log.go b/cmd/hclspecsuite/log.go
new file mode 100644
index 0000000..f2af650
--- /dev/null
+++ b/cmd/hclspecsuite/log.go
@@ -0,0 +1,3 @@
+package main
+
+type LogCallback func(testName string, testFile *TestFile)