aboutsummaryrefslogtreecommitdiff
path: root/all_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'all_test.go')
-rw-r--r--all_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/all_test.go b/all_test.go
index 4b6b929..07aa1f2 100644
--- a/all_test.go
+++ b/all_test.go
@@ -107,6 +107,8 @@ var (
)
func TestMain(m *testing.M) {
+ fmt.Printf("test binary compiled for %s/%s\n", runtime.GOOS, runtime.GOARCH)
+
flag.Parse()
os.Exit(m.Run())
}