279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
10 lines
278 B
INI
10 lines
278 B
INI
config.suffixes = ['.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
|