forked from OSchip/llvm-project
[SystemZ] Run branch-12.ll test only if long tests enabled
This avoids excessive test run times e.g. with expensive checks enabled. llvm-svn: 322983
This commit is contained in:
parent
66d0023d86
commit
ac04d9b8e5
|
@ -1,4 +1,4 @@
|
|||
config.suffixes = ['.py']
|
||||
config.suffixes = [ '.ll', '.py' ]
|
||||
|
||||
# These tests take on the order of seconds to run, so skip them unless
|
||||
# we're running long tests.
|
||||
|
|
Loading…
Reference in New Issue