Browse Source

Put back rest of selftest.

pull/1/head
Adam Ierymenko 13 years ago
parent
commit
d496304bbf
  1. 3
      selftest.cpp

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

Loading…
Cancel
Save