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 e519e59 + 7ce2692 commit 158729cCopy full SHA for 158729c
test/CMakeLists.txt
@@ -474,9 +474,11 @@ foreach(SDK ${SWIFT_SDKS})
474
list(APPEND test_dependencies "touch-covering-tests")
475
endif()
476
477
- list(APPEND test_dependencies
478
- "swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
479
- "swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
+ if(SWIFT_BUILD_STDLIB)
+ list(APPEND test_dependencies
+ "swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
480
+ "swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
481
+ endif()
482
483
set(validation_test_dependencies)
484
0 commit comments