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

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