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