mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
fix CI failure
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
336a4530c5
commit
48d8e83472
@ -3540,7 +3540,7 @@ component_test_aesni () { # ~ 60s
|
||||
make clean
|
||||
make test programs/test/selftest CC=gcc CFLAGS='-O2 -Werror'
|
||||
# check that there is no AESNI code present
|
||||
./programs/test/selftest | grep -q "AESNI code" && false "AESNI code built when MBEDTLS_AESNI_C unset"
|
||||
./programs/test/selftest | grep -qv "AESNI code" || false "AESNI code built when MBEDTLS_AESNI_C unset"
|
||||
}
|
||||
|
||||
component_test_aes_only_128_bit_keys () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user