xref: /aosp_15_r20/external/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1config.suffixes = ['.py']
2
3# These tests take on the order of seconds to run, so skip them unless
4# we're running long tests.
5if 'long_tests' not in config.available_features:
6    config.unsupported = True
7
8if not 'SystemZ' in config.root.targets:
9    config.unsupported = True
10