diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-04-10 20:47:43 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2015-04-10 20:47:43 +0800 |
commit | 530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2 (patch) | |
tree | 2d5862e590e65c85879733f4ab568907dcaea074 /state.cpp | |
parent | ec8d4cd0814674287c30eee41ead3c18f7ddec02 (diff) | |
download | dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar.gz dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar.bz2 dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar.lz dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar.xz dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.tar.zst dexon-solidity-530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2.zip |
Change instruction scheduler
Try different instruction scheduler in LLVM, other crashes sometimes.
Also parse command line options properly for random tests.
Diffstat (limited to 'state.cpp')
-rw-r--r-- | state.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ BOOST_AUTO_TEST_CASE(stCreateTest) BOOST_AUTO_TEST_CASE(stRandom) { + test::Options::get(); // parse command line options, e.g. to enable JIT + string testPath = dev::test::getTestPath(); testPath += "/StateTests/RandomTests"; |