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.
1 parent e819415 commit 3a0024aCopy full SHA for 3a0024a
test/CMakeLists.txt
@@ -311,9 +311,11 @@ foreach(SDK ${SWIFT_SDKS})
311
list(APPEND test_dependencies "touch-covering-tests")
312
endif()
313
314
- set(validation_test_dependencies
315
- "swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
316
- "swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
+ list(APPEND test_dependencies
+ "swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
+ "swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
317
+
318
+ set(validation_test_dependencies)
319
320
set(command_upload_stdlib)
321
set(command_upload_swift_reflection_test)
0 commit comments