From 07e3570f8cc9cc1390cfc0251608c620ad43c9a9 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 5 Sep 2022 15:39:23 -0400 Subject: [PATCH] Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config Signed-off-by: Andrzej Kurek --- tests/scripts/all.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 7d9fe1f4a..6c70f78db 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1887,6 +1887,11 @@ component_test_psa_crypto_config_accel_hash_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA" make test + + msg "test: ssl-opt.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA" + tests/ssl-opt.sh + + msg "test: compat.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA" tests/compat.sh }