Put back rest of selftest.

This commit is contained in:
Adam Ierymenko 2013-10-21 15:59:22 -04:00
parent 719dd2870d
commit d496304bbf

View File

@ -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;