Update Ethereum JSON test files and wrappers

This commit is contained in:
Gustav Simonsson
2015-07-07 22:14:35 +02:00
parent a2333bcbb4
commit 0b53a5c673
12 changed files with 1069 additions and 1729 deletions

View File

@ -94,3 +94,11 @@ func TestBcGasPricer(t *testing.T) {
t.Fatal(err)
}
}
// TODO: iterate over files once we got more than a few
func TestBcRandom(t *testing.T) {
err := RunBlockTest(filepath.Join(blockTestDir, "RandomTests/bl201507071825GO.json"), BlockSkipTests)
if err != nil {
t.Fatal(err)
}
}