index.htm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>Regression test <a href="../../more/regression.html">user
  19. documentation</a>.</li>
  20. <li><a href="process_jam_log.cpp">process_jam_log.cpp</a> -
  21. Processes the bjam outputs, creating a file named
  22. test_log.xml for each test encountered.</li>
  23. <li><a href="compiler_status.cpp">compiler_status.cpp</a> -
  24. Generates HTML status tables from test_log.xml and other
  25. files.</li>
  26. <li><a href="build/Jamfile">Jamfile</a> - Builds
  27. process_jam_log and compiler_status executables.</li>
  28. <li><a
  29. href="xsl_reports/runner/instructions.html">Instructions</a>
  30. for running regression tests and reporting results back to
  31. Boost.</li>
  32. </ul>
  33. <hr>
  34. <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
  35. s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
  36. i-checksum="38582" endspan --></p>
  37. </body>
  38. </html>
粤ICP备19079148号