xref: /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1config.suffixes = ['.py']
2
3# These tests take on the order of seconds to run, so skip them unless
4# running natively.
5if config.root.host_arch not in ['SystemZ']:
6    config.unsupported = True
7
8if not 'SystemZ' in config.root.targets:
9    config.unsupported = True
10