Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

report_level
PrevUpHomeNext

Allows setting the level of details carried by the testing results report generated by the framework. Use value "no" to eliminate the results report completely. See the test report section for description of different report formats.

Acceptable values
  • confirm (default)
  • no
  • short
  • detailed
Environment variable
BOOST_TEST_REPORT_LEVEL

PrevUpHomeNext