Regression Test Reporting
Tools
Boost regression testing uses Boost.Build
to run the actual builds and tests. A separate set of tools is
used to generate the actual status reports.
- Instructions
for running regression tests and reporting results back to
Boost.
- process_jam_log.cpp -
Processes the bjam outputs, creating a file named
test_log.xml for each test encountered.
- compiler_status.cpp -
Generates HTML status tables from test_log.xml and other
files.
- Jamfile.v2 - Builds
process_jam_log and compiler_status executables.
- Library Status - Runs test
programs for one or all boost libraries on
your local installation and generates complete tables
to show which combinations of libraries, compilers,
compiler settings pass and fail at your local installation.
Revised 09 January, 2003