Home | History | Annotate | Download | only in Large
      1 config.suffixes = ['.py']
      2 
      3 # These tests take on the order of seconds to run, so skip them unless
      4 # running natively.
      5 if config.root.host_arch not in ['SystemZ']:
      6     config.unsupported = True
      7 
      8 targets = set(config.root.targets_to_build.split())
      9 if not 'SystemZ' in targets:
     10     config.unsupported = True
     11