blob: 88a2a3d80b3d1a51a1ee80658b25ffbed73d0d6c [file] [log] [blame]
config.suffixes = [".ll", ".py"]
# These tests take on the order of seconds to run, so skip them unless
# we're running long tests.
if "long_tests" not in config.available_features:
config.unsupported = True
if not "SystemZ" in config.root.targets:
config.unsupported = True