From bf7aa78ff128987c917fa8f0fe73f151f71f0f27 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Wed, 5 Jan 2022 06:17:52 -0800 Subject: [PATCH] Propagate SWIFT_ENABLE_REFLECTION into validation-test tests --- validation-test/lit.site.cfg.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/validation-test/lit.site.cfg.in b/validation-test/lit.site.cfg.in index 4dae86a32a32a..769c49fcbadde 100644 --- a/validation-test/lit.site.cfg.in +++ b/validation-test/lit.site.cfg.in @@ -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')