aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.cpp b/vm.cpp
index d9298913..4728b8a5 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -524,6 +524,8 @@ BOOST_AUTO_TEST_CASE(vmInputLimitsLightTest)
BOOST_AUTO_TEST_CASE(vmRandom)
{
+ test::Options::get(); // parse command line options, e.g. to enable JIT
+
string testPath = getTestPath();
testPath += "/VMTests/RandomTests";