소스 검색

added test file to root directory

Taylor Gerring 11 년 전
부모
커밋
dcd8cc8341
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      ethereum_test.go

+ 8 - 0
ethereum_test.go

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