diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 04:14:35 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 19:08:42 +0800 |
commit | 0b53a5c67381b3843ae01bf4210b57416ab5d210 (patch) | |
tree | 9c45a6dc4e498c2fafe4d4e43f08b3de1c94d750 /tests/block_test.go | |
parent | a2333bcbb46245e07357be1f9af4108e9bf1fe40 (diff) | |
download | go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.gz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.zst go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.zip |
Update Ethereum JSON test files and wrappers
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) + } +} |