From 5e0654a324f2fde940cc1aeb9ea629e55ecf9eea Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Sat, 3 Sep 2022 06:50:09 -0400 Subject: [PATCH] Add a compat.sh run to psa_crypto_config_accel_hash_use_psa Signed-off-by: Andrzej Kurek --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 079184af9b..c661ea3106 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1889,6 +1889,7 @@ component_test_psa_crypto_config_accel_hash_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA" make test + tests/compat.sh } component_test_psa_crypto_config_accel_cipher () {