diff options
author | Gav Wood <i@gavwood.com> | 2015-04-23 23:55:52 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-04-23 23:55:52 +0800 |
commit | 658ee79da21a0d27bec8fa43937d9a47a74fadba (patch) | |
tree | f940893c65b4f1beadc39e983b060b64f186b4ba /TestHelper.cpp | |
parent | 25450daf2cf84088647599455ecf0f067369f41c (diff) | |
parent | fcb772293bcc07f1723c39fa24da14cb5280e78e (diff) | |
download | dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar.gz dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar.bz2 dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar.lz dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar.xz dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.tar.zst dexon-solidity-658ee79da21a0d27bec8fa43937d9a47a74fadba.zip |
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index 1419afde..724bcaf6 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -539,6 +539,8 @@ void checkCallCreates(eth::Transactions _resultCallCreates, eth::Transactions _e void userDefinedTest(string testTypeFlag, std::function<void(json_spirit::mValue&, bool)> doTests) { + Options::get(); // parse command line options, e.g. to enable JIT + for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i) { string arg = boost::unit_test::framework::master_test_suite().argv[i]; |