From 2bf85e349dabedfec59128f3ac3b5a5eeb049363 Mon Sep 17 00:00:00 2001 From: valerio Date: Thu, 9 Mar 2023 16:39:07 +0100 Subject: [PATCH] ssl-opt: enable test for accelerated ECDH + USE_PSA Signed-off-by: valerio --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9b4f526a04..d811446754 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2309,7 +2309,8 @@ component_test_psa_crypto_config_accel_ecdh_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDH + USE_PSA" make test - # ssl-opt.sh later (probably doesn't pass right now) + msg "test: ssl-opt.sh" + tests/ssl-opt.sh } # Keep in sync with component_test_psa_crypto_config_accel_ecdh_use_psa.