aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorDimitry Khokhlov <winsvega@mail.ru>2015-07-03 22:02:18 +0800
committerDimitry <dimitry@ethdev.com>2015-07-13 16:30:03 +0800
commit0ca5e4aca1c9452366af5c637f80a50ea13281b9 (patch)
tree16ea362f93a4371b63310d62486c6bc9880ebf26 /TestHelper.h
parent2173ad25a92156be73c8ef91e0fff285eb4d5c4d (diff)
downloaddexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.tar.gz
dexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.tar.zst
dexon-solidity-0ca5e4aca1c9452366af5c637f80a50ea13281b9.zip
RLPTests: refactoring
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 1c1dfb5f..4ac59e91 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -188,6 +188,7 @@ 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);
+void doRlpTests(json_spirit::mValue& v, bool _fillin);
template<typename mapType>
void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs)