summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/lit.local.cfg')
-rw-r--r--test/MC/Disassembler/SystemZ/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/SystemZ/lit.local.cfg b/test/MC/Disassembler/SystemZ/lit.local.cfg
new file mode 100644
index 0000000000..1da00eaef3
--- /dev/null
+++ b/test/MC/Disassembler/SystemZ/lit.local.cfg
@@ -0,0 +1,6 @@
+config.suffixes = ['.txt']
+
+targets = set(config.root.targets_to_build.split())
+if not 'SystemZ' in targets:
+ config.unsupported = True
+