Skip to content

Commit

Permalink
Propagate SWIFT_ENABLE_REFLECTION into validation-test tests (#40737)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubamracek committed Jan 5, 2022
1 parent c10669f commit 2653b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validation-test/lit.site.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ if "@SWIFT_ENABLE_SOURCEKIT_TESTS@" == "TRUE":
if "@SWIFT_STDLIB_SINGLE_THREADED_RUNTIME@" == "TRUE":
config.available_features.add("single_threaded_runtime")

if "@SWIFT_ENABLE_REFLECTION@" == "TRUE":
config.available_features.add("reflection")

if "@SWIFT_BUILT_STANDALONE@" == "TRUE":
config.available_features.add('standalone_build')

Expand Down

0 comments on commit 2653b5b

Please sign in to comment.