Skip to content

Commit 3a0024a

Browse files
committed
[test] Always build StdlibCollectionUnittest and StdlibUnicodeUnittest
I don’t see much of a reason to limit these to validation-test. rdar://91972087
1 parent e819415 commit 3a0024a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,11 @@ foreach(SDK ${SWIFT_SDKS})
311311
list(APPEND test_dependencies "touch-covering-tests")
312312
endif()
313313

314-
set(validation_test_dependencies
315-
"swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
316-
"swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
314+
list(APPEND test_dependencies
315+
"swiftStdlibCollectionUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}"
316+
"swiftStdlibUnicodeUnittest-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
317+
318+
set(validation_test_dependencies)
317319

318320
set(command_upload_stdlib)
319321
set(command_upload_swift_reflection_test)

0 commit comments

Comments
 (0)