Move test bootstrap to main_test.go

This commit is contained in:
Taylor Gerring
2014-11-11 19:05:23 +01:00
parent cd94b5ffb3
commit d9ccbf04db
3 changed files with 14 additions and 5 deletions

8
ethutil/main_test.go Normal file
View File

@@ -0,0 +1,8 @@
package ethutil
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }