diff options
author | Dimitry <winsvega@mail.ru> | 2015-06-17 22:01:25 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2015-06-17 22:01:31 +0800 |
commit | 9db2beacc27522a76b83d98a0a266b13b331a27b (patch) | |
tree | aa24fbf35d378f06ba72ea08ec64c6ccd96cfcd0 | |
parent | d3019d9922463a6a7e161e4c1f3775ba7ae6232b (diff) | |
download | dexon-solidity-9db2beacc27522a76b83d98a0a266b13b331a27b.tar.gz dexon-solidity-9db2beacc27522a76b83d98a0a266b13b331a27b.tar.zst dexon-solidity-9db2beacc27522a76b83d98a0a266b13b331a27b.zip |
FuzzTests: blocktests (before merge)
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index c97d4c01..42f85a82 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -188,6 +188,7 @@ json_spirit::mObject fillJsonWithTransaction(eth::Transaction _txn); void doTransactionTests(json_spirit::mValue& _v, bool _fillin); void doStateTests(json_spirit::mValue& v, bool _fillin); void doVMTests(json_spirit::mValue& v, bool _fillin); +void doBlockchainTests(json_spirit::mValue& _v, bool _fillin); template<typename mapType> void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs) |