Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Command Line Arguments

--auto_start_dbg
--build_info
--catch_system_errors
--detect_fp_exceptions
--detect_memory_leaks
--log_format
--log_level
--log_sink
--output_format
--random
--report_format
--report_level
--report_sink
--result_code
--run_test
--show_progress
--use_alt_stack

Table 1.3. Command Line Argument Summary

Argument

Description

--auto_start_dbg

Automatically attach debugger in case of system failure

--build_info

Print build information

--catch_system_errors

Catch system errors

--detect_fp_exceptions

Detect floating-point exceptions

--detect_memory_leaks

Detect memory leaks

--help

Print out a summary of test runner options

--log_format

The format of the test log

--log_level

The level of logging reported

--log_sink

The log sink name

--output_format

The output format

--random

Random number seed

--report_format

The test results report format

--report_level

The test results report level

--report_sink

The report sink name

--result_code

Return result code

--run_test

Tests to run

--show_progress

Show execution progress

--use_alt_stack

Use alternative stack

--wait_for_debugger

Wait for the debugger to attach to the test runner.


The functionality of each command-line option can also be invoked with an environment variable. The description for each option gives the environment variable associated with that option.


PrevUpHomeNext