all.sh: use clang for one test of AES_ONLY_128_BIT_KEY_LENGTH

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-06-14 17:10:13 +08:00
parent 012b6bb99e
commit 4292441a42

View file

@ -3465,7 +3465,7 @@ component_test_no_ctr_drbg_aes_only_128_bit_keys () {
scripts/config.py unset MBEDTLS_CTR_DRBG_C
scripts/config.py unset MBEDTLS_PADLOCK_C
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
make CC=clang CFLAGS='-Werror -Wall -Wextra'
msg "test: default config + AES_ONLY_128_BIT_KEY_LENGTH - CTR_DRBG_C"
make test