added test file to root directory

This commit is contained in:
Taylor Gerring 2014-11-14 15:31:15 -06:00
parent e6e468ef59
commit dcd8cc8341

8
ethereum_test.go Normal file
View File

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