-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Include swift-testing in the Wasm Swift SDK #76147
Include swift-testing in the Wasm Swift SDK #76147
Conversation
This change adds build support for swift-testing in the Wasm Swift SDK. Unfortunately, we can't use the regular SwiftTesting build-script product because Wasm build cannot use build-script's cross-compilation infrastructure for now. So we build swift-testing in WasmSwiftSDK product and install it to the SDK package.
@swift-ci test WebAssembly |
swiftlang/swift-testing#651 |
@swift-ci smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
swiftlang/swift-testing#651 |
swiftlang/swift-testing#672 |
1 similar comment
swiftlang/swift-testing#672 |
swift-testing change has been merged. Let's merge this too. |
This change adds build support for swift-testing in the Wasm Swift SDK. Unfortunately, we can't use the regular SwiftTesting build-script product because Wasm build cannot use build-script's cross-compilation infrastructure for now. So we build swift-testing in WasmSwiftSDK product and install it to the SDK package.