summaryrefslogtreecommitdiff
path: root/a_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'a_test.go')
-rw-r--r--a_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/a_test.go b/a_test.go
index debcddb..ac16340 100644
--- a/a_test.go
+++ b/a_test.go
@@ -3,9 +3,12 @@
package main
import (
+ "flag"
"testing"
)
+var testExternal = flag.Bool("external", false, "allow use of external networks during long test")
+
func TestMain(t *testing.T) {
InitDB()
}