mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-11-24 08:17:19 +00:00
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 <david.horstmann@arm.com>
This commit is contained in:
parent
5b93d97b95
commit
204eb2cfd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user