mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-09 12:49:03 +00:00
added test file to root directory
This commit is contained in:
parent
e6e468ef59
commit
dcd8cc8341
1 changed files with 8 additions and 0 deletions
8
ethereum_test.go
Normal file
8
ethereum_test.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package eth
|
||||
|
||||
import (
|
||||
checker "gopkg.in/check.v1"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { checker.TestingT(t) }
|
||||
Loading…
Reference in a new issue