Merge pull request #1577 from imapp-pl/pr/scheduler_change

EVMJIT: Change instruction scheduler
This commit is contained in:
Gav Wood 2015-04-10 17:17:19 +02:00
commit c111dbff3f
2 changed files with 4 additions and 0 deletions

View File

@ -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";

2
vm.cpp
View File

@ -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";