Build: Clean tf-m-tests configurations in TF-M repo [Test repo]
Move tf-m-tests specific configurations from TF-M to tf-m-tests.
Signed-off-by: Jianliang Shen <jianliang.shen@arm.com>
Change-Id: I8204cd5e1f8660b677bac5bb19d83424098af4cf
diff --git a/test/config/set_config.cmake b/test/config/set_config.cmake
index 958076f..87a2bf2 100644
--- a/test/config/set_config.cmake
+++ b/test/config/set_config.cmake
@@ -84,6 +84,12 @@
endif()
endforeach()
+########################## Test profile ########################################
+
+if (TFM_PROFILE)
+ include(${TFM_TEST_PATH}/config/profile/${TFM_PROFILE}_test.cmake)
+endif()
+
########################## Load default config #################################
if (TEST_S)