mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Add TestAltivecOps for Debug builds
This commit is contained in:
parent
1b5422eb49
commit
99ab11d1ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user