diff options
author | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 01:52:08 +0800 |
---|---|---|
committer | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 01:52:08 +0800 |
commit | b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a (patch) | |
tree | 38572e704e6dfda0a4641af75607dd0f32bce876 /main.cpp | |
parent | cd132eae5e12f98410a62b06dd7abfd0eee9722d (diff) | |
download | dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar.gz dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar.bz2 dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar.lz dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar.xz dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.tar.zst dexon-solidity-b8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a.zip |
Broke trie tests out as separate boost auto test case.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ BOOST_AUTO_TEST_CASE(basic_tests) std::cout << sha3(s.out()) << std::endl;*/ int r = 0; - r += trieTest(); r += vmTest(); r += cryptoTest(); // TODO: Put in tests repo. // r += daggerTest(); |