Test/app: Fix compilation issues after moving test code here
The intention is only to make the codes pass compilation.
Some of the implementations will be refined in the future
Change-Id: I1c84c06705c80be74f270777c1a6d95974f8c240
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/test/CMakeLists.inc b/test/CMakeLists.inc
index ac308f2..a41642b 100644
--- a/test/CMakeLists.inc
+++ b/test/CMakeLists.inc
@@ -33,6 +33,7 @@
embedded_include_directories(PATH ${TFM_ROOT_DIR}/secure_fw/spm ABSOLUTE)
embedded_include_directories(PATH ${TFM_ROOT_DIR}/bl2/include ABSOLUTE)
+embedded_include_directories(PATH ${TEST_DIR}/.. ABSOLUTE)
# Include the test framework
include(${CMAKE_CURRENT_LIST_DIR}/framework/CMakeLists.inc)