Skip to content

Commit 50735fc

Browse files
authored
Merge pull request #33961 from owenv/swift-driver-lit-feature
Add an cplusplus_driver lit feature for use with tests not supported by swift-driver
2 parents 5aee65f + 28ad7f2 commit 50735fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/lit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ else:
613613
if 'swift_evolve' in lit_config.params:
614614
config.available_features.add("swift_evolve")
615615

616+
if not 'swift_driver' in lit_config.params:
617+
config.available_features.add("cplusplus_driver")
618+
616619
# Enable benchmark testing when the binary is found (has fully qualified path).
617620
if config.benchmark_o != 'Benchmark_O':
618621
config.available_features.add('benchmark')

0 commit comments

Comments
 (0)