aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2019-08-16 15:32:39 +0800
committerDavid Hu <david.hu@arm.com>2019-08-20 13:38:16 +0800
commit33f2fd2b001fa200b21d0086d2ae63b9de74dda4 (patch)
treee00a4cd09efc6c28a462ea1f7dd297d9943cfe8f /tools
parentfccf1a51fa954aa2758f7da4b59da4e346ec9e13 (diff)
downloadtrusted-firmware-m-33f2fd2b001fa200b21d0086d2ae63b9de74dda4.tar.gz
Test: Add an option to select/deselect IRQ test cases
Some topologies and platforms don't support IRQ in TF-M yet. The IRQ test should be temporarily skipped during test on those topologies or platforms. Add TFM_ENABLE_IRQ_TEST to select/deselect IRQ test cases. Update the auto-generated files. Change-Id: I6ce90fd15a8bc51bfd91741acd548bd471e43089 Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_manifest_list.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index 7d1904a084..c0a65ce4fa 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -114,7 +114,7 @@
"manifest": "test/test_services/tfm_irq_test_service_1/tfm_irq_test_service_1.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
- "conditional": "TFM_PARTITION_TEST_CORE",
+ "conditional": "TFM_ENABLE_IRQ_TEST",
"version_major": 0,
"version_minor": 1
}