summaryrefslogtreecommitdiff
path: root/a_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'a_test.go')
-rw-r--r--a_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/a_test.go b/a_test.go
new file mode 100644
index 0000000..f8f83c5
--- /dev/null
+++ b/a_test.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "testing"
+)
+
+func TestMain(t *testing.T) {
+ InitDB()
+}