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

Summary of run-time parameters

Command

Short description

auto_start_dbg

Automatically attach debugger in case of system failure.

show_progress

Makes the framework to print progress information. More details here.

build_info

Print build information.

catch_system_error

Catch system errors.

break_exec_path

Break execution path

color_output

Produce color output

log_format

Specifies the log format

log_level

Specifies the logging level of the Unit Test Framework

run_test

Specifies which test units to run.

output_format

Specifies the log format and the report format.

report_format

Specifies the report format.

result_code

Make the framework return a result code indicating an error in the tests.

report_level

The level of details carried by the Unit Test Framework report.

random

Runs the tests in random order

detect_memory_leaks

Detects memory leaks.

use_alt_stack

Uses an alternative stack for running tests (on supported platforms).

detect_fp_exceptions

Traps floating point exceptions (on supported platforms).

log_sink

Specifies the sink stream for logging.

report_sink

Specifies the sink stream for tests reports.

save_pattern

Provides parameters for testing output streams.

list_content

List the tests that will be run.


PrevUpHomeNext