aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorCarl Allendorph <callendorph@gmail.com>2014-04-20 01:52:08 +0800
committerCarl Allendorph <callendorph@gmail.com>2014-04-20 01:52:08 +0800
commitb8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a (patch)
tree38572e704e6dfda0a4641af75607dd0f32bce876 /main.cpp
parentcd132eae5e12f98410a62b06dd7abfd0eee9722d (diff)
downloaddexon-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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 92ec9a4f..9fdee181 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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();