swiftlang / swift-testing

A modern, expressive testing package for Swift
Apache License 2.0
1.69k stars 68 forks source link

[6.0] Fix incorrectly-specified platform list in CMake file. #646

Closed grynspan closed 3 weeks ago

grynspan commented 3 weeks ago

Explanation: Correctly sets SWT_NO_EXIT_TESTS on platforms that don't support them when building with CMake. Scope: Building iOS, watchOS, tvOS, visionOS, WASI from OSS. Issue: N/A Original PR: https://github.com/swiftlang/swift-testing/pull/633 Risk: Low Testing: Manually tested as we don't have CI using CMake yet. Reviewer: @compnerd @briancroom

grynspan commented 3 weeks ago

@swift-ci test

grynspan commented 3 weeks ago

634 was merged to main by mistake (no-op.)