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

result_code
PrevUpHomeNext

Value "no" enforces the framework to always return zero result code. This could be used for test programs executed within GUI. See the usage recommendations section for more details.

Acceptable values
  • yes (default)
  • no
Environment variable
BOOST_TEST_RESULT_CODE

PrevUpHomeNext