Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.

llvm-svn: 157725
This commit is contained in:
Akira Hatanaka 2012-05-31 00:49:56 +00:00
parent 76927ee56d
commit c13ed945aa
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config.suffixes = ['.txt']
targets = set(config.root.targets_to_build.split())
if not 'Mips' in targets:
config.unsupported = True