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:
parent
012b6bb99e
commit
4292441a42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue