[llvm-commits] [llvm] r157725 - /llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg

Akira Hatanaka ahatanaka at mips.com
Wed May 30 17:49:56 PDT 2012


Author: ahatanak
Date: Wed May 30 19:49:56 2012
New Revision: 157725

URL: http://llvm.org/viewvc/llvm-project?rev=157725&view=rev
Log:
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.


Added:
    llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg

Added: llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg?rev=157725&view=auto
==============================================================================
--- llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg (added)
+++ llvm/trunk/test/MC/Disassembler/Mips/lit.local.cfg Wed May 30 19:49:56 2012
@@ -0,0 +1,6 @@
+config.suffixes = ['.txt']
+
+targets = set(config.root.targets_to_build.split())
+if not 'Mips' in targets:
+    config.unsupported = True
+





More information about the llvm-commits mailing list