aboutsummaryrefslogtreecommitdiff
path: root/CommonConfig.cmake
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2020-07-08 17:50:09 +0800
committerKevin Peng <kevin.peng@arm.com>2020-08-13 10:38:40 +0800
commitb3a70456151eec3b4cd74505e6a76b3b5756a731 (patch)
treea13c1fcaa430559c70135cf74984751eaf5d50de /CommonConfig.cmake
parentaf4e9be30a5d392927042306b7a88e997a412907 (diff)
downloadtrusted-firmware-m-b3a70456151eec3b4cd74505e6a76b3b5756a731.tar.gz
Test: Remove test from TF-M
This patch removes the test code in TF-M. The codes should have been moved to the tf-m-tests repo. This patch also contains changes to make compilation work: 1. Update the TEST_DIR 2. Update manifest list and re-generate the manifests 3. Add necessary include path to build Note: This patch only intends to remove the test codes. There are some intentional "workaround like" changes such as the include paths. They will be refined in the future. Change-Id: I8d301e1d8f4fc7818b45c1b5ebf938a6b721f061 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'CommonConfig.cmake')
-rw-r--r--CommonConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonConfig.cmake b/CommonConfig.cmake
index 34e91c1032..e8094f524e 100644
--- a/CommonConfig.cmake
+++ b/CommonConfig.cmake
@@ -21,7 +21,7 @@ elseif((NOT ${COMPILER} STREQUAL "ARMCLANG") AND (NOT ${COMPILER} STREQUAL "GNUA
message(FATAL_ERROR "ERROR: Compiler \"${COMPILER}\" is not supported.")
endif()
-set(TEST_DIR ${CMAKE_SOURCE_DIR}/test)
+set(TEST_DIR ${CMAKE_SOURCE_DIR}/../tf-m-tests/test)
#Configure the default build type
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build type (i.e. Debug)")