You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plumb through the testing library version into a function instead of a C++ macro. (#648)
This PR moves the consumption of the testing library version (via C++
macro `SWT_TESTING_LIBRARY_VERSION`) to a C++ function. It seems that
defining it in CMake for C++ targets doesn't trigger for the Swift side
when it imports symbols from C headers.
Will verify with a toolchain build.
### 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.
0 commit comments