github.com/karalabe/go-ethereum@v0.8.5/vm/main_test.go (about)

     1  package vm
     2  
     3  import (
     4  	"testing"
     5  
     6  	checker "gopkg.in/check.v1"
     7  )
     8  
     9  func Test(t *testing.T) { checker.TestingT(t) }