index.htm 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta http-equiv="Content-Type"
  5. content="text/html; charset=iso-8859-1">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  8. <title>Regression Test Reporting Tools</title>
  9. </head>
  10. <body bgcolor="#FFFFFF">
  11. <h1><img src="../../boost.png" alt="boost.png (6897 bytes)"
  12. align="center" width="277" height="86"> Regression Test Reporting
  13. Tools</h1>
  14. <p>Boost regression testing uses <a href="../build/index.html">Boost.Build</a>
  15. to run the actual builds and tests. A separate set of tools is
  16. used to generate the actual status reports.</p>
  17. <ul>
  18. <li><a
  19. href="xsl_reports/runner/instructions.html">Instructions</a>
  20. for running regression tests and reporting results back to
  21. Boost.</li>
  22. <li><a href="process_jam_log.cpp">process_jam_log.cpp</a> -
  23. Processes the bjam outputs, creating a file named
  24. test_log.xml for each test encountered.</li>
  25. <li><a href="compiler_status.cpp">compiler_status.cpp</a> -
  26. Generates HTML status tables from test_log.xml and other
  27. files.</li>
  28. <li><a href="build/Jamfile">Jamfile</a> - Builds
  29. process_jam_log and compiler_status executables.</li>
  30. </ul>
  31. <hr>
  32. <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
  33. s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
  34. i-checksum="38582" endspan --></p>
  35. </body>
  36. </html>
粤ICP备19079148号