mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-07 19:04:22 +00:00
Add negative test for aesni only
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
9c0b7d13bf
commit
7802f65a28
@ -3896,6 +3896,7 @@ component_test_aesni () { # ~ 60s
|
||||
make test programs/test/selftest CC=gcc CFLAGS='-Werror -Wall -Wextra -mpclmul -msse2 -maes'
|
||||
# check that we built intrinsics - this should be used by default when supported by the compiler
|
||||
./programs/test/selftest aes | grep "AES note: using AESNI"
|
||||
./programs/test/selftest aes | grep -v "AES note: built-in implementation."
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user