diff options
author | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 01:55:20 +0800 |
---|---|---|
committer | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 01:55:20 +0800 |
commit | 16c7fe5dadcf349655d9cd454d31bba9eb7e8722 (patch) | |
tree | 6a04c2a23c0fc841031e488c7bc8cb5dd124865b /main.cpp | |
parent | bf4865adaf6a5a739fff4c5c267b16ac3cfa6eb2 (diff) | |
download | dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar.gz dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar.bz2 dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar.lz dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar.xz dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.tar.zst dexon-solidity-16c7fe5dadcf349655d9cd454d31bba9eb7e8722.zip |
Broke the virtual machine unit test out into a separate Boost auto test case.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,11 +45,10 @@ BOOST_AUTO_TEST_CASE(basic_tests) std::cout << sha3(s.out()) << std::endl;*/ int r = 0; - r += vmTest(); // r += daggerTest(); // r += stateTest(); // r += peerTest(argc, argv); - BOOST_REQUIRE(!r); +// BOOST_REQUIRE(!r); } |