diff options
Diffstat (limited to 'tests/block_test.go')
-rw-r--r-- | tests/block_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 4b1b8bc37..43f72483e 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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) + } +} |