Add TestAltivecOps for Debug builds
parent
1b5422eb49
commit
99ab11d1ed
|
|
@ -70,6 +70,10 @@ bool ValidateAll(bool thorough)
|
||||||
// http://github.com/weidai11/cryptopp/issues/346
|
// http://github.com/weidai11/cryptopp/issues/346
|
||||||
pass=TestASN1Parse() && pass;
|
pass=TestASN1Parse() && pass;
|
||||||
// Always part of the self tests; call in Debug
|
// 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;
|
pass=ValidateBaseCode() && pass;
|
||||||
// https://github.com/weidai11/cryptopp/issues/562
|
// https://github.com/weidai11/cryptopp/issues/562
|
||||||
pass=ValidateEncoder() && pass;
|
pass=ValidateEncoder() && pass;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue