build(test): group test suite helper targets under Dependencies - #960
Conversation
The test suite exposes two helper libraries (with and without a main), as with other test libraries, so other modules can choose their own entry point. Keeping both targets is necessary, but they clutter Visual Studio’s solution view. Move these helper targets into the existing Dependencies folder to reduce noise while preserving the separate-linking behavior. fix boostorg#955
|
An automated preview of the documentation is available at https://960.url.prtest2.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-01-20 21:20:04 UTC |
|
GCOVR code coverage report https://960.url.prtest2.cppalliance.org/gcovr/index.html Build time: 2026-01-20 21:34:56 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #960 +/- ##
========================================
Coverage 99.34% 99.34%
========================================
Files 161 161
Lines 8764 8764
========================================
Hits 8707 8707
Misses 57 57 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
The test suite exposes two helper libraries (with and without a main), as with other test libraries, so other modules can choose their own entry point. Keeping both targets is necessary, but they clutter Visual Studio’s solution view.
Move these helper targets into the existing Dependencies folder to reduce noise while preserving the separate-linking behavior.
fix #955