Skip to content

Commit 1bc9581

Browse files
committed
[tests] Include 'long_test' in check-swift-all-* test targets
1 parent 1878be2 commit 1bc9581

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)