diff --git a/ethereum_test.go b/ethereum_test.go new file mode 100644 index 000000000..87eb54e2f --- /dev/null +++ b/ethereum_test.go @@ -0,0 +1,8 @@ +package eth + +import ( + checker "gopkg.in/check.v1" + "testing" +) + +func Test(t *testing.T) { checker.TestingT(t) }