summaryrefslogtreecommitdiff
path: root/test/Object/Mips/lit.local.cfg
blob: 149931749822b918ed6d0bb66430bc656f2d062c (plain)
1
2
3
4
5
config.suffixes = ['.test']

targets = set(config.root.targets_to_build.split())
if not 'Mips' in targets:
    config.unsupported = True