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 a20d8f5 + 181595c commit 756fe98Copy full SHA for 756fe98
test/lit.site.cfg.in
@@ -89,6 +89,11 @@ config.available_features.add("CMAKE_GENERATOR=@CMAKE_GENERATOR@")
89
if "@SWIFT_ENABLE_SOURCEKIT_TESTS@" == "TRUE":
90
config.available_features.add('sourcekit')
91
92
+if "@SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS@" == "FALSE":
93
+ config.available_features.add('plus_one_runtime')
94
+else:
95
+ config.available_features.add('plus_zero_runtime')
96
+
97
# Let the main config do the real work.
98
if config.test_exec_root is None:
99
config.test_exec_root = os.path.dirname(os.path.realpath(__file__))
0 commit comments