Add ValidateBaseCode to DEBUG tests by default

pull/354/merge
Jeffrey Walton 2017-03-02 00:24:52 -05:00
parent ab1477c7a5
commit 7f0c0fb0c0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ bool ValidateAll(bool thorough)
pass=TestHuffmanCodes() && pass;
// http://github.com/weidai11/cryptopp/issues/346
pass=TestASN1Parse() && pass;
// Enable during debug for code coverage
pass=ValidateBaseCode() && pass;
#endif
pass=ValidateCRC32() && pass;