From 8a5b3afc5d513af88e8570f059d510a6c9fdb264 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Fri, 8 Nov 2024 11:48:12 +0000 Subject: [PATCH] Update paths to generated PSA test wrappers These are not moving to the framework, so their paths are fine to stay as they are, undo the update done through global search-replace. Signed-off-by: David Horstmann --- tests/scripts/check-generated-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/check-generated-files.sh b/tests/scripts/check-generated-files.sh index 9e7ea1f00e..35990d0db2 100755 --- a/tests/scripts/check-generated-files.sh +++ b/tests/scripts/check-generated-files.sh @@ -185,4 +185,4 @@ fi # Generated files that are present in the repository even in the development # branch. (This is intended to be temporary, until the generator scripts are # fully reviewed and the build scripts support a generated header file.) -check framework/scripts/generate_psa_wrappers.py framework/tests/include/test/psa_test_wrappers.h framework/tests/src/psa_test_wrappers.c +check framework/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_test_wrappers.c