github.com/n1ghtfa1l/go-vnt@v0.6.4-alpha.6/core/wavm/tests/safemath_test.go (about)

     1  package tests
     2  
     3  import (
     4  	"path/filepath"
     5  	"testing"
     6  )
     7  
     8  var safemathJsonPath = filepath.Join("", "safemath.json")
     9  
    10  func TestSafeMath(t *testing.T) {
    11  	run(t, safemathJsonPath)
    12  }