No way to find out Boost.Test version without running any tests
As I understand, there's currently no way to find out Boost.Test version without running any tests. --build_info works only if at least one test gets to be run. But for unit test runners to work around bugs like broken --report_sink/--log_sink in Boost 1.62, it's necessary to know Boost version to construct a valid command line.
Change History
(5)
Component: |
None → test
|
Owner: |
set to Gennadiy Rozental
|
Owner: |
changed from Gennadiy Rozental to Raffi Enficiaud
|
Status: |
new → assigned
|
Milestone: |
To Be Determined → Boost 1.63.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Added a
--version
to the command line: the resulting information (tostd::cerr
) contains the Boost version as well as other information equivalent to--build_info
(and more).