Test: Add build config which support level 3 isolation
Before this change only the core test suit was executed with level 3
isolation. From now regression test cases which compliant with
TFM_LVL 3 isolation can be executed with this setting.
Change-Id: Iddc376384583590cef4e47209b779f55d73ff41b
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/ConfigCoreTest.cmake b/ConfigCoreTest.cmake
index 34c901a..7bdb4eb 100644
--- a/ConfigCoreTest.cmake
+++ b/ConfigCoreTest.cmake
@@ -25,6 +25,9 @@
set (REGRESSION False)
set (CORE_TEST True)
+# TF-M isolation level: 1..3
+set (TFM_LVL 3)
+
#BL2 bootloader(MCUBoot) related settings
if(NOT DEFINED BL2)
set(BL2 True)