aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorCarl Allendorph <callendorph@gmail.com>2014-04-20 01:53:48 +0800
committerCarl Allendorph <callendorph@gmail.com>2014-04-20 01:53:48 +0800
commitbf4865adaf6a5a739fff4c5c267b16ac3cfa6eb2 (patch)
tree276fbda20bd668c6eef2b2b79a8427863b6d2b06 /main.cpp
parentb8ce26d9f9d0a079ccfdb39f2e225b63dbe5f10a (diff)
downloaddexon-solidity-bf4865adaf6a5a739fff4c5c267b16ac3cfa6eb2.tar.gz
dexon-solidity-bf4865adaf6a5a739fff4c5c267b16ac3cfa6eb2.tar.zst
dexon-solidity-bf4865adaf6a5a739fff4c5c267b16ac3cfa6eb2.zip
Broke the crypto test out into a separate boost auto test case.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 9fdee181..f5cab478 100644
--- a/main.cpp
+++ b/main.cpp
@@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE(basic_tests)
int r = 0;
r += vmTest();
- r += cryptoTest(); // TODO: Put in tests repo.
+
// r += daggerTest();
// r += stateTest();
// r += peerTest(argc, argv);