diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2012-05-31 00:49:56 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-05-31 00:49:56 +0000 |
commit | f6a186ed0bd3fecf1a7cd506574a8b219e5d55b9 (patch) | |
tree | 4f77e11c58edeb5eb5d4f17854a00ef1538cb145 | |
parent | 4c91bdafacd7387fd92fb153de3d48ef7722bbd2 (diff) |
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157725 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/Mips/lit.local.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/lit.local.cfg b/test/MC/Disassembler/Mips/lit.local.cfg new file mode 100644 index 0000000000..9b698b2e6c --- /dev/null +++ b/test/MC/Disassembler/Mips/lit.local.cfg @@ -0,0 +1,6 @@ +config.suffixes = ['.txt'] + +targets = set(config.root.targets_to_build.split()) +if not 'Mips' in targets: + config.unsupported = True + |