aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2020-06-04 15:36:58 +0800
committerMingyang Sun <mingyang.sun@arm.com>2020-06-08 11:18:25 +0800
commit8a19e7af618ad9de8e1ddd60ba38d85319cd61e3 (patch)
tree94d6db178cc8417a6ca4334d253a7a21b03bdae2 /test
parentc9bdcd7ec9c8ddcdf6fb7e0eb1c33940daf4282f (diff)
downloadtrusted-firmware-m-8a19e7af618ad9de8e1ddd60ba38d85319cd61e3.tar.gz
Service: Update the include statements
Change the absolute including into relative including for partition service sources. Change-Id: I1cc2057e5965046242a9b70e01e937243cacfc7e Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.inc b/test/CMakeLists.inc
index 4e0c9a4125..0b7b327e23 100644
--- a/test/CMakeLists.inc
+++ b/test/CMakeLists.inc
@@ -32,7 +32,7 @@ if (NOT DEFINED ENABLE_PLATFORM_SERVICE_TESTS)
endif()
embedded_include_directories(PATH ${TFM_ROOT_DIR}/secure_fw/spm ABSOLUTE)
-embedded_include_directories(PATH ${TFM_ROOT_DIR}/secure_fw/core/include ABSOLUTE)
+embedded_include_directories(PATH ${TFM_ROOT_DIR}/bl2/include ABSOLUTE)
# Include the test framework
include(${CMAKE_CURRENT_LIST_DIR}/framework/CMakeLists.inc)