diff options
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |