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

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