Test: Update the auto-generated tfm_service_list.inc

A TFM_ENABLE_IRQ_TEST condition is missed during update. Fix it.

Change-Id: I21bf58cbf83086d9baf0612157789de1a5c7ac9b
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/secure_fw/services/tfm_service_list.inc b/secure_fw/services/tfm_service_list.inc
index 4f44d6d..5a25771 100644
--- a/secure_fw/services/tfm_service_list.inc
+++ b/secure_fw/services/tfm_service_list.inc
@@ -383,7 +383,7 @@
     },
 #endif /* TFM_PARTITION_TEST_CORE_IPC */
 
-#ifdef TFM_PARTITION_TEST_CORE
+#ifdef TFM_ENABLE_IRQ_TEST
     /******** TFM_IRQ_TEST_1 ********/
     {
         .name = "SPM_CORE_IRQ_TEST_1_PREPARE_TEST_SCENARIO",
@@ -403,7 +403,7 @@
         .minor_version = 1,
         .minor_policy = TFM_VERSION_POLICY_STRICT
     },
-#endif /* TFM_PARTITION_TEST_CORE */
+#endif /* TFM_ENABLE_IRQ_TEST */
 
 };