mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
7f620e56cd
(this is already used in Clang for a couple of tests) Reviewers: uweigand Differential Revision: http://reviews.llvm.org/D7965 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230998 91177308-0d34-0410-b5e6-96231b3b80d8
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
|