From ecfacd8b475e1bb405d53aafad343d6336940beb Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 25 Jan 2025 17:51:39 +0100 Subject: [PATCH] component_test_tfm_config_no_p256m: build programs Align the build in component_test_tfm_config_no_p256m with its corresponding non-driver build test_tfm_config_p256m_driver_accel_ec. There didn't seem to be a reason not to build programs, and https://github.com/Mbed-TLS/mbedtls-framework/pull/129 would cause the discrepancy to be reported as a failure in outcome analysis. Signed-off-by: Gilles Peskine --- tests/scripts/components-configuration-crypto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index e3096f3d650d..6ec6e6eb83b1 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -1801,7 +1801,7 @@ component_test_tfm_config_no_p256m () { echo "#undef MBEDTLS_PSA_P256M_DRIVER_ENABLED" >> "$CONFIG_H" msg "build: TF-M config without p256m" - make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe' tests + make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe' # Check that p256m was not built not grep p256_ecdsa_ library/libmbedcrypto.a