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.
swift-test-stdlib-*
swift-reflection-test*
1 parent 5938f5a commit d26a053Copy full SHA for d26a053
test/CMakeLists.txt
@@ -221,10 +221,9 @@ _Block_release(void) { }\n")
221
OUTPUT_NAME BlocksRuntime)
222
list(APPEND test_dependencies BlocksRuntimeStub${VARIANT_SUFFIX})
223
224
- list(APPEND test_dependencies
225
- "swift-test-stdlib-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
226
-
227
if(SWIFT_BUILD_STDLIB AND SWIFT_INCLUDE_TESTS)
+ list(APPEND test_dependencies
+ "swift-test-stdlib-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
228
list(APPEND test_dependencies
229
"swift-reflection-test${VARIANT_SUFFIX}_signed")
230
endif()
0 commit comments