From 204eb2cfd9c8b4401e40373c6cc50da3511fb0dc Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 31 Oct 2024 15:48:28 +0000 Subject: [PATCH] Re-add tests/include path for test helpers These must include from both the framework and the main repository since the test helpers straddle the two locations. Signed-off-by: David Horstmann --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f915188e30..64d95dcef4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -418,6 +418,7 @@ if(ENABLE_TESTING OR ENABLE_PROGRAMS) set_base_compile_options(mbedtls_test_helpers) target_include_directories(mbedtls_test_helpers PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/framework/tests/include + PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tests/include PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tf-psa-crypto/include PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/tf-psa-crypto/drivers/builtin/include