Add TestAltivecOps for Debug builds

This commit is contained in:
Jeffrey Walton 2018-08-09 17:23:35 -04:00
parent 1b5422eb49
commit 99ab11d1ed
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -70,6 +70,10 @@ bool ValidateAll(bool thorough)
// http://github.com/weidai11/cryptopp/issues/346
pass=TestASN1Parse() && pass;
// Always part of the self tests; call in Debug
# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)
pass=TestAltivecOps() && pass;
# endif
// Always part of the self tests; call in Debug
pass=ValidateBaseCode() && pass;
// https://github.com/weidai11/cryptopp/issues/562
pass=ValidateEncoder() && pass;