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

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