tests: add test for StateTests/stCallCodes.json

This commit is contained in:
Gustav Simonsson
2015-09-21 11:34:02 +02:00
parent e40b447fea
commit 5621308949
3 changed files with 6807 additions and 1 deletions

View File

@ -115,6 +115,13 @@ func TestCallCreateCallCode(t *testing.T) {
}
}
func TestCallCodes(t *testing.T) {
fn := filepath.Join(stateTestDir, "stCallCodes.json")
if err := RunStateTest(fn, StateSkipTests); err != nil {
t.Error(err)
}
}
func TestMemory(t *testing.T) {
fn := filepath.Join(stateTestDir, "stMemoryTest.json")
if err := RunStateTest(fn, StateSkipTests); err != nil {