64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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
|