From defe38641a2b4c4cbd2134ecdd1fb76fcf9034f2 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 14 Nov 2024 12:32:06 +0000 Subject: [PATCH] Update path in all-core.sh Signed-off-by: David Horstmann --- scripts/all-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-core.sh b/scripts/all-core.sh index 5cb1da8ed..4fefee792 100644 --- a/scripts/all-core.sh +++ b/scripts/all-core.sh @@ -166,7 +166,7 @@ pre_load_components () { pre_initialize_variables () { if in_mbedtls_repo; then CONFIG_H='include/mbedtls/mbedtls_config.h' - CONFIG_TEST_DRIVER_H='tests/include/test/drivers/config_test_driver.h' + CONFIG_TEST_DRIVER_H='framework/tests/include/test/drivers/config_test_driver.h' if [ -d tf-psa-crypto ]; then CRYPTO_CONFIG_H='tf-psa-crypto/include/psa/crypto_config.h' PSA_CORE_PATH='tf-psa-crypto/core'