BOOST_REQUIRE_MESSAGE(s.length()>0,"Contents of "+testpath+" is empty. Have you cloned the 'tests' repo branch develop and set ETHEREUM_TEST_PATH to its path?");
json_spirit::read_string(s,v);
doVMTests(v,false);
}
catch(Exceptionconst&_e)
{
BOOST_ERROR("Failed test with Exception: "<<diagnostic_information(_e));
}
catch(std::exceptionconst&_e)
{
BOOST_ERROR("Failed test with Exception: "<<_e.what());