mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Put back rest of selftest.
This commit is contained in:
parent
719dd2870d
commit
d496304bbf
1 changed files with 0 additions and 3 deletions
|
@ -552,14 +552,11 @@ int main(int argc,char **argv)
|
||||||
|
|
||||||
srand((unsigned int)time(0));
|
srand((unsigned int)time(0));
|
||||||
|
|
||||||
r |= testCertificate();
|
|
||||||
/*
|
|
||||||
r |= testCrypto();
|
r |= testCrypto();
|
||||||
r |= testPacket();
|
r |= testPacket();
|
||||||
r |= testOther();
|
r |= testOther();
|
||||||
r |= testIdentity();
|
r |= testIdentity();
|
||||||
r |= testCertificate();
|
r |= testCertificate();
|
||||||
*/
|
|
||||||
|
|
||||||
if (r)
|
if (r)
|
||||||
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue