Add test wrapper for VMTests/vmInputLimits1.json

pull/779/head
Gustav Simonsson 10 years ago
parent 0071fbed8c
commit 7254278c09
  1. 5
      tests/vm/gh_test.go

@ -269,6 +269,11 @@ func TestVmLog(t *testing.T) {
RunVmTest(fn, t) RunVmTest(fn, t)
} }
func TestInputLimits1(t *testing.T) {
const fn = "../files/VMTests/vmInputLimits1.json"
RunVmTest(fn, t)
}
func TestStateExample(t *testing.T) { func TestStateExample(t *testing.T) {
const fn = "../files/StateTests/stExample.json" const fn = "../files/StateTests/stExample.json"
RunVmTest(fn, t) RunVmTest(fn, t)

Loading…
Cancel
Save