Skip to content

Commit efd65aa

Browse files
committed
Merge pull request #2402 from rintaro/test-all-long-test
[tests] Include 'long_test' in 'check-swift-all-*' test targets
2 parents 87d73e9 + 1bc9581 commit efd65aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ else:
471471
swift_run_only_tests = lit_config.params.get('run_only_tests', 'all_except_long')
472472
if swift_run_only_tests == 'all':
473473
config.available_features.add("executable_test")
474+
config.available_features.add("long_test")
474475
elif swift_run_only_tests == 'executable_tests':
475476
config.available_features.add("executable_test")
476477
config.limit_to_features.add("executable_test")

0 commit comments

Comments
 (0)