diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 15:59:22 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-21 15:59:22 -0400 |
commit | d496304bbfc4f3ae830f2a893d362bfb8f83e74f (patch) | |
tree | 2b2b56448c9df6b13dff6198d7883f2add58e7f2 | |
parent | 719dd2870dea03000aa2404321a337c7a13166fd (diff) | |
download | infinitytier-d496304bbfc4f3ae830f2a893d362bfb8f83e74f.tar.gz infinitytier-d496304bbfc4f3ae830f2a893d362bfb8f83e74f.zip |
Put back rest of selftest.
-rw-r--r-- | selftest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/selftest.cpp b/selftest.cpp index a719e76e..59b23b02 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -552,14 +552,11 @@ int main(int argc,char **argv) srand((unsigned int)time(0)); - r |= testCertificate(); - /* r |= testCrypto(); r |= testPacket(); r |= testOther(); r |= testIdentity(); r |= testCertificate(); - */ if (r) std::cout << std::endl << "SOMETHING FAILED!" << std::endl; |