Skip to content

Conversation

@alandefreitas
Copy link
Member

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

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
@cppalliance-bot
Copy link

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

@cppalliance-bot
Copy link

GCOVR code coverage report https://960.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://960.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://960.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt

Build time: 2026-01-20 21:34:56 UTC

@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.34%. Comparing base (161cf73) to head (e085062).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 161cf73...e085062. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alandefreitas alandefreitas merged commit 0a84fdb into boostorg:develop Jan 21, 2026
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider unifying test targets

2 participants