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

[6.0] Add new include path into Foundation when building tests #495

Closed jmschonfeld closed 5 months ago

jmschonfeld commented 5 months ago

Cherry pick of https://github.com/apple/swift-corelibs-xctest/pull/493

Explanation: Updates the build script to add a new header include path when building tests Scope: Affects building tests for XCTest itself, should not have any effect at this time Original PR: https://github.com/apple/swift-corelibs-xctest/pull/493 Risk: Minimal - this simply adds a new include path to the XCTest tests build which does not yet exist Testing: Testing done via local execution of tests and swift-ci testing Reviewer: @stmontgomery @briancroom @parkera

jmschonfeld commented 5 months ago

@swift-ci please test