From 65dbfc8e87f3184fda2f94be3547b91ceef34de2 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Fri, 12 Jun 2026 15:24:03 +0100 Subject: [PATCH] test: check both .data and .function Signed-off-by: Yi Wu --- tests/scripts/components-basic-checks.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 6b48bf3e9c..36a049816e 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -123,7 +123,9 @@ component_check_test_dependencies () { ) | sort -u > $crypto ( - grep depends_on tests/suites/test_suite_* | + grep depends_on \ + tests/suites/test_suite_*.data \ + tests/suites/test_suite_*.function | sed -e 's/.*depends_on:\([^ ]*\).*/\1/' -e's/!//g' | tr ':' '\n' egrep -oh '(PSA|MBEDTLS)_[A-Z0-9_]*' tests/ssl-opt.sh tests/opt-testcases/*.sh