aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/Large/lit.local.cfg
blob: 9a02f849c347821b2e67fb1dc2e1e95e6242dfd4 (plain)
1
2
3
4
5
6
7
8
9
10
config.suffixes = ['.py']

# These tests take on the order of seconds to run, so skip them unless
# running natively.
if config.root.host_arch not in ['SystemZ']:
    config.unsupported = True

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