From 63d93036725ceb65e44415eb318d79c6ff3b4b18 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Tue, 2 Apr 2024 17:15:52 +0100 Subject: [PATCH] Update path in build_psa_alt_headers component This all.sh component specifies a path directly so needs editing to point into the framework submodule. Signed-off-by: David Horstmann --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 322dd9e5a0..56cc67c042 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -5546,7 +5546,7 @@ component_build_psa_alt_headers () { # Generate alternative versions of the substitutable headers with the # same content except different include guards. - make -C tests include/alt-extra/psa/crypto_platform_alt.h include/alt-extra/psa/crypto_struct_alt.h + make -C tests ../framework/include/alt-extra/psa/crypto_platform_alt.h ../framework/include/alt-extra/psa/crypto_struct_alt.h # Build the library and some programs. # Don't build the fuzzers to avoid having to go through hoops to set