Test: Decouple control logic between Core test, IPC test and Regression test
Decouple the control flag and logic between Core test, IPC test and
Regression test.
CORE_TEST, IPC_TEST, REGRESSION can control Core test, IPC test and
Regression test respectively.
Change-Id: I0952e7572abe0229b9a09022484573e8805b16b3
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/test/framework/secure_suites.c b/test/framework/secure_suites.c
index 1d51793..5042e11 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -52,7 +52,7 @@
{®ister_testsuite_s_invert_interface, 0, 0, 0},
#endif /* TFM_PARTITION_TEST_CORE*/
-#ifdef CORE_TEST_IPC
+#ifdef ENABLE_IPC_TEST
/* Secure IPC test cases */
{®ister_testsuite_s_ipc_interface, 0, 0, 0},
#endif