all.sh: move [accel/reference]_cipher_aead to crypto_full
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index a484df0..3b4cdd3 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -204,7 +204,7 @@
# CFLAGS and LDFLAGS for Asan builds that don't use CMake
# default to -O2, use -Ox _after_ this if you want another level
- ASAN_CFLAGS='-O2 -Werror -fsanitize=address,undefined -fno-sanitize-recover=all'
+ ASAN_CFLAGS='-O0 -g -Werror -fsanitize=address,undefined -fno-sanitize-recover=all'
# Platform tests have an allocation that returns null
export ASAN_OPTIONS="allocator_may_return_null=1"
@@ -3612,7 +3612,7 @@
# ---------
# Start from the crypto config (no X509 and TLS)
- helper_libtestdriver1_adjust_config "crypto"
+ helper_libtestdriver1_adjust_config "crypto_full"
# There is no intended accelerator support for ALG CMAC. Therefore, asking
# for it in the build implies the inclusion of the Mbed TLS cipher
@@ -3669,7 +3669,7 @@
}
component_test_psa_crypto_config_reference_cipher_aead () {
- helper_libtestdriver1_adjust_config "crypto"
+ helper_libtestdriver1_adjust_config "crypto_full"
# Disable the same dependencies and undesired components as in the
# accelerated counterpart