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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

result_code

The "no" argument value for the option [`result_code] instructs the Unit Test Framework to always return zero result code. This could be used for test programs executed within IDE. By default this parameter has value "yes". See the usage recommendations section for more details.

Acceptable values

Boolean with default value yes.

Command line syntax
Environment variable
BOOST_TEST_RESULT_CODE

PrevUpHomeNext