Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 31 May 2012 00:49:56 +0000 (00:49 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 31 May 2012 00:49:56 +0000 (00:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157725 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Disassembler/Mips/lit.local.cfg [new file with mode: 0644]

diff --git a/test/MC/Disassembler/Mips/lit.local.cfg b/test/MC/Disassembler/Mips/lit.local.cfg
new file mode 100644 (file)
index 0000000..9b698b2
--- /dev/null
@@ -0,0 +1,6 @@
+config.suffixes = ['.txt']
+
+targets = set(config.root.targets_to_build.split())
+if not 'Mips' in targets:
+    config.unsupported = True
+