Add ValidateBaseCode to DEBUG tests by default
parent
ab1477c7a5
commit
7f0c0fb0c0
|
|
@ -90,6 +90,8 @@ bool ValidateAll(bool thorough)
|
||||||
pass=TestHuffmanCodes() && pass;
|
pass=TestHuffmanCodes() && pass;
|
||||||
// http://github.com/weidai11/cryptopp/issues/346
|
// http://github.com/weidai11/cryptopp/issues/346
|
||||||
pass=TestASN1Parse() && pass;
|
pass=TestASN1Parse() && pass;
|
||||||
|
// Enable during debug for code coverage
|
||||||
|
pass=ValidateBaseCode() && pass;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
pass=ValidateCRC32() && pass;
|
pass=ValidateCRC32() && pass;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue