| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <html>
- <head>
- <meta http-equiv="Content-Language" content="en-us">
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
- <title>Regression Test Reporting Tools</title>
- </head>
- <body bgcolor="#FFFFFF">
- <h1><img src="../../boost.png" alt="boost.png (6897 bytes)"
- align="center" width="277" height="86"> Regression Test Reporting
- Tools</h1>
- <p>Boost regression testing uses <a href="../build/index.html">Boost.Build</a>
- to run the actual builds and tests. A separate set of tools is
- used to generate the actual status reports.</p>
- <ul>
- <li>Regression test <a href="../../more/regression.html">user
- documentation</a>.</li>
- <li><a href="process_jam_log.cpp">process_jam_log.cpp</a> -
- Processes the bjam outputs, creating a file named
- test_log.xml for each test encountered.</li>
- <li><a href="compiler_status.cpp">compiler_status.cpp</a> -
- Generates HTML status tables from test_log.xml and other
- files.</li>
- <li><a href="build/Jamfile">Jamfile</a> - Builds
- process_jam_log and compiler_status executables.</li>
- <li><a href="run_tests.sh">run_tests.sh</a> - An example
- shell script for running the tests and generating HTML
- reports.</li>
- </ul>
- <hr>
- <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
- s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
- i-checksum="38582" endspan --></p>
- </body>
- </html>
|