From c14be901eb1bc0c065690b2d6bc458e8530bf90f Mon Sep 17 00:00:00 2001 From: John Durkop Date: Thu, 20 Aug 2020 06:16:41 -0700 Subject: [PATCH] Add new test_depends_curves_psa to all.sh Add new test (test_depends_curves_psa) to all.sh to confirm that test is passing when MBEDTLS_USE_PSA_CRYPTO is defined. Fix #3294 Signed-off-by: John Durkop --- tests/scripts/all.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index f95d8cf91..1c67a9ac9 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1179,6 +1179,12 @@ component_test_depends_curves () { record_status tests/scripts/curves.pl } +component_test_depends_curves_psa () { + msg "test/build: curves.pl with MBEDTLS_USE_PSA_CRYPTO defined (gcc)" + scripts/config.py set MBEDTLS_USE_PSA_CRYPTO + record_status tests/scripts/curves.pl +} + component_test_depends_hashes () { msg "test/build: depends-hashes.pl (gcc)" # ~ 2 min record_status tests/scripts/depends-hashes.pl