From 03ee085e104587b8719903880dce2081d9056f02 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Sat, 14 Feb 2026 10:26:02 +0100 Subject: [PATCH] Remove duplicated recursion tests The recursion tests for the crypto code are run in a TF-PSA-Crypto component. No need to run them in an Mbed TLS component as well. Signed-off-by: Ronald Cron --- tests/scripts/components-basic-checks.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 6a5bc3a1d7..1e480dd12b 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -12,8 +12,6 @@ component_check_recursion () { msg "Check: recursion.pl" # < 1s ./framework/scripts/recursion.pl library/*.c - ./framework/scripts/recursion.pl ${PSA_CORE_PATH}/*.c - ./framework/scripts/recursion.pl ${BUILTIN_SRC_PATH}/*.c } component_check_generated_files () {