diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 05:31:15 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-15 05:31:15 +0800 |
commit | dcd8cc83417750e93578fdce5b878f43ade8ac96 (patch) | |
tree | 321f3d50a9e544bef82b1d0c9041b65cf18f4f28 | |
parent | e6e468ef59740b88f2de0722e13d0d13a1de1940 (diff) | |
download | go-tangerine-dcd8cc83417750e93578fdce5b878f43ade8ac96.tar.gz go-tangerine-dcd8cc83417750e93578fdce5b878f43ade8ac96.tar.zst go-tangerine-dcd8cc83417750e93578fdce5b878f43ade8ac96.zip |
added test file to root directory
-rw-r--r-- | ethereum_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
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) } |