diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-31 17:44:00 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-03-31 17:44:00 +0800 |
commit | 7fb437d0da0819c034b659f7a8ce4f35dd2a8b69 (patch) | |
tree | f2d75a61bc330b1c897d897e65251e9a0a4a9f5f /TestHelper.h | |
parent | f07089ffa390c02a81c1dd057329cd34797d5eec (diff) | |
parent | 8860f8d4c3590423f486559b11bf6c2db9bbab7a (diff) | |
download | dexon-solidity-7fb437d0da0819c034b659f7a8ce4f35dd2a8b69.tar.gz dexon-solidity-7fb437d0da0819c034b659f7a8ce4f35dd2a8b69.tar.zst dexon-solidity-7fb437d0da0819c034b659f7a8ce4f35dd2a8b69.zip |
Merge remote-tracking branch 'upstream/develop' into evmjit
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index 05e01792..e5f96f51 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -28,6 +28,7 @@ #include "JsonSpiritHeaders.h" #include <libethereum/State.h> #include <libevm/ExtVMFace.h> +#include <libtestutils/Common.h> namespace dev { @@ -138,7 +139,6 @@ void checkLog(eth::LogEntries _resultLogs, eth::LogEntries _expectedLogs); void checkCallCreates(eth::Transactions _resultCallCreates, eth::Transactions _expectedCallCreates); void executeTests(const std::string& _name, const std::string& _testPathAppendix, std::function<void(json_spirit::mValue&, bool)> doTests); -std::string getTestPath(); void userDefinedTest(std::string testTypeFlag, std::function<void(json_spirit::mValue&, bool)> doTests); RLPStream createRLPStreamFromTransactionFields(json_spirit::mObject& _tObj); eth::LastHashes lastHashes(u256 _currentBlockNumber); |