diff options
Diffstat (limited to 'ethutil/main_test.go')
-rw-r--r-- | ethutil/main_test.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ethutil/main_test.go b/ethutil/main_test.go new file mode 100644 index 000000000..fd4278ce7 --- /dev/null +++ b/ethutil/main_test.go @@ -0,0 +1,9 @@ +package ethutil + +import ( + "testing" + + checker "gopkg.in/check.v1" +) + +func Test(t *testing.T) { checker.TestingT(t) } |