bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
307 stars 133 forks source link

Discover tests in the `srcs` of a `swift_test` target itself #1266

Closed brentleyjones closed 1 month ago

brentleyjones commented 1 month ago

PiperOrigin-RevId: 471649888 (cherry picked from commit 07278661aeeb14b78838ad7b019e9387c9b23a5d and 69e107214674db50423c99f786ff9f48502389ef)

brentleyjones commented 1 month ago

I believe I need to land #1269 first, so that we get the correct linking contexts.