Skip to content

Commit 2650665

Browse files
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 Mbed-TLS/mbedtls-framework#129 would cause the discrepancy to be reported as a failure in outcome analysis. Signed-off-by: Gilles Peskine <[email protected]>
1 parent 1532ea4 commit 2650665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/components-configuration-crypto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ component_test_tfm_config_no_p256m () {
14031403
sed -i '/PROFILE_M_PSA_CRYPTO_CONFIG_H/i #undef MBEDTLS_PSA_P256M_DRIVER_ENABLED' "$CRYPTO_CONFIG_H"
14041404

14051405
msg "build: TF-M config without p256m"
1406-
make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe' tests
1406+
make CFLAGS='-Werror -Wall -Wextra -I../framework/tests/include/spe'
14071407

14081408
# Check that p256m was not built
14091409
not grep p256_ecdsa_ library/libmbedcrypto.a

0 commit comments

Comments
 (0)