Commit 390cb1c
authored
Enable Library Evolution for package-based builds of the _TestDiscovery target (#1082)
This enables Library Evolution (LE) for the `_TestDiscovery` target in
Swift package-based builds. The CMake-based build is already configured
to enable LE for this target, so this is just matching behavior.
(Note that we already enable LE for several other targets which vend
public API as of #951.)
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 9342542 commit 390cb1c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments