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 af84f5a + 433fbdb commit c5e7a60Copy full SHA for c5e7a60
test/CMakeLists.txt
@@ -315,6 +315,12 @@ foreach(SDK ${SWIFT_SDKS})
315
if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND TARGET "embedded-stdlib")
316
list(APPEND test_dependencies "embedded-stdlib")
317
endif()
318
+ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND TARGET "embedded-darwin")
319
+ list(APPEND test_dependencies "embedded-darwin")
320
+ endif()
321
+ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND TARGET "embedded-concurrency")
322
+ list(APPEND test_dependencies "embedded-concurrency")
323
324
325
if(NOT "${COVERAGE_DB}" STREQUAL "")
326
list(APPEND test_dependencies "touch-covering-tests")
0 commit comments