From ce3bcf04d8038171ef5144c11d76aef0543bb6dc Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 9 Dec 2024 11:04:38 +0100 Subject: [PATCH] Restore 3.6 PSA constants generation check Just to ease the eventual migration of check-generated-files.sh to the framework. Signed-off-by: Ronald Cron --- tests/scripts/check-generated-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/check-generated-files.sh b/tests/scripts/check-generated-files.sh index a66c37013b..8a78868a7e 100755 --- a/tests/scripts/check-generated-files.sh +++ b/tests/scripts/check-generated-files.sh @@ -150,6 +150,7 @@ if [ -d tf-psa-crypto ]; then ${crypto_core_dir}/psa_crypto_driver_wrappers_no_static.c check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.mbedtls_boolean.data else + check scripts/generate_psa_constants.py ./programs/psa/psa_constant_names_generated.c check framework/scripts/generate_bignum_tests.py $(framework/scripts/generate_bignum_tests.py --list) if in_tf_psa_crypto_repo; then check framework/scripts/generate_config_tests.py tests/suites/test_suite_config.psa_boolean.data