| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <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><a
- href="xsl_reports/runner/instructions.html">Instructions</a>
- for running regression tests and reporting results back to
- Boost.</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>
- </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>
|