swiftlang / swift-corelibs-xctest

The XCTest Project, A Swift core library for providing unit test support
swift.org
Apache License 2.0
1.15k stars 267 forks source link

Escape CMAKE_Swift_FLAGS to preserve Windows path separators when running tests #435

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

Swift flags can include paths, which lost their \ separators to CMake's escaping when running tests.

compnerd commented 1 year ago

@swift-ci please test