plugeth/ethereum_test.go
2014-11-14 15:31:15 -06:00

9 lines
113 B
Go

package eth
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }