aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorCarl Allendorph <callendorph@gmail.com>2014-04-20 00:31:37 +0800
committerCarl Allendorph <callendorph@gmail.com>2014-04-20 00:31:37 +0800
commitcd132eae5e12f98410a62b06dd7abfd0eee9722d (patch)
treef222ff90880193bfdefd47ed7b93472c477c15b8 /main.cpp
parent84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea (diff)
downloaddexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.gz
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.bz2
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.lz
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.xz
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.zst
dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.zip
Converted the hexPrefix test to a separate boost 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 fc8eecd5..92ec9a4f 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 += hexPrefixTest();
r += trieTest();
r += vmTest();
r += cryptoTest(); // TODO: Put in tests repo.