diff options
author | subtly <subtly@users.noreply.github.com> | 2015-04-23 10:00:57 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-04-23 10:00:57 +0800 |
commit | a0082574263096cc1332a54e264e56337f35fbc2 (patch) | |
tree | 239b2e793a7a656ecb21bed5ebf39b7935e23845 /TestHelper.cpp | |
parent | 685d08c41b4f3d6aa3dac31f185095bfeabaa402 (diff) | |
parent | 817f3d53e94b803f49294a6f68784a16699e2406 (diff) | |
download | dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar.gz dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar.bz2 dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar.lz dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar.xz dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.tar.zst dexon-solidity-a0082574263096cc1332a54e264e56337f35fbc2.zip |
Merge branch 'develop' into discovery
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]; |