aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/main_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-15 05:01:52 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-15 05:01:52 +0800
commit2a9fc7baa908d64ff1ddae44641024114d3ec88d (patch)
tree7b94082bd16765984046fa3c04c2ed57812d8c89 /ethutil/main_test.go
parent56aa24002de357c24a9644a49d5702c8d4663909 (diff)
downloaddexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.gz
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.bz2
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.lz
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.xz
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.tar.zst
dexon-2a9fc7baa908d64ff1ddae44641024114d3ec88d.zip
Merge branch 'develop' of https://github.com/tgerring/go-ethereum
Diffstat (limited to 'ethutil/main_test.go')
-rw-r--r--ethutil/main_test.go8
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) }