From d3a85826065b86195dbd4c4511c21e1748c9784d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 12 Feb 2026 11:47:24 +0100 Subject: [PATCH] Actually check committed generated files We were accidentally running the check in TF-PSA-Crypto instead of in Mbed TLS. Signed-off-by: Gilles Peskine --- tests/scripts/components-basic-checks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 199396df30..0c5a0b19fd 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -43,6 +43,7 @@ component_check_generated_files () { cd $TF_PSA_CRYPTO_ROOT_DIR ./framework/scripts/make_generated_files.py --root "$OUT_OF_SOURCE_DIR/tf-psa-crypto" --check + cd "$MBEDTLS_ROOT_DIR" # This component ends with the generated files present in the source tree. # This is necessary for subsequent components!