We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d73e9 + 1bc9581 commit efd65aaCopy full SHA for efd65aa
test/lit.cfg
@@ -471,6 +471,7 @@ else:
471
swift_run_only_tests = lit_config.params.get('run_only_tests', 'all_except_long')
472
if swift_run_only_tests == 'all':
473
config.available_features.add("executable_test")
474
+ config.available_features.add("long_test")
475
elif swift_run_only_tests == 'executable_tests':
476
477
config.limit_to_features.add("executable_test")
0 commit comments