aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2015-04-10 23:17:19 +0800
committerGav Wood <g@ethdev.com>2015-04-10 23:17:19 +0800
commitc111dbff3f4d4d5e6d064b38bcd645f2d763ccab (patch)
tree079675af13f49bb1bc95fa1e0157576126a736d7 /state.cpp
parent35affd39f19f8d6a587ab8a25a22399af0abf4be (diff)
parent530b19f6c6c0dad2ea8661fdd29e4d1d2e6781a2 (diff)
downloaddexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar.gz
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar.bz2
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar.lz
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar.xz
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.tar.zst
dexon-solidity-c111dbff3f4d4d5e6d064b38bcd645f2d763ccab.zip
Merge pull request #1577 from imapp-pl/pr/scheduler_change
EVMJIT: Change instruction scheduler
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";