Skip to content

Spelling test cmakelists.txt #58582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ endif()
foreach(SDK ${SWIFT_SDKS})
foreach(ARCH ${SWIFT_SDK_${SDK}_ARCHITECTURES})
# macCatalyst needs to run two sets of tests: one with the normal macosx target triple
# and one with the the macCatalyst ios-macabi triple. The build_flavors list will
# have have only the "default" flavor for all SDKs and architectures except
# and one with the macCatalyst ios-macabi triple. The build_flavors list will
# have only the "default" flavor for all SDKs and architectures except
# OSX when macCatalyst support is enabled.
get_swift_test_build_flavors(build_flavors "${SDK}")

Expand Down Expand Up @@ -296,7 +296,7 @@ foreach(SDK ${SWIFT_SDKS})
"swift-test-stdlib-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")

if(BUILD_FLAVOR STREQUAL "ios-like")
# When testing the iOS-like build flavor, use the the normal macOS
# When testing the iOS-like build flavor, use the normal macOS
# swift-reflection-test-tool. That tool runs out of process so it
# doesn't need to be build for macCatalyst.
list(APPEND test_dependencies
Expand Down