aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2015-04-10 20:47:43 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2015-04-10 20:47:43 +0800
commit530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2 (patch)
tree2d5862e590e65c85879733f4ab568907dcaea074 /state.cpp
parentec8d4cd0814674287c30eee41ead3c18f7ddec02 (diff)
downloaddexon-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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 813c3b4d..65f33353 100644
--- a/state.cpp
+++ b/state.cpp
@@ -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";