Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--build_info

This argument causes the test runner to report information about the build environment before running the tests. If the argument is specified but no value is given, then a value of yes is assumed.

Value

Meaning

no (default)

Do not report build information.

yes

Report build information.

Environment variable: BOOST_TEST_BUILD_INFO


PrevUpHomeNext