From ab0451bc2c28185608243273327d10aa92c34e90 Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Mon, 24 Oct 2022 11:29:35 +0200 Subject: [PATCH] Fix build command in test_psa_crypto_config_reference_hash_use_psa Signed-off-by: Przemek Stekiel --- tests/scripts/all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 140166b8fe..d84ad85314 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2123,6 +2123,8 @@ component_test_psa_crypto_config_reference_hash_use_psa() { scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_DETERMINISTIC_ECDSA + make + msg "test: MBEDTLS_PSA_CRYPTO_CONFIG without accelerated hash and USE_PSA" make test