index.htm 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.v2">Jamfile.v2</a> - Builds
  29. process_jam_log and compiler_status executables.</li>
  30. <li><a href="library_status.html">Library Status</a> - Runs test
  31. programs for one or all boost libraries on
  32. your local installation and generates complete tables
  33. to show which combinations of libraries, compilers,
  34. compiler settings pass and fail at your local installation.</li>
  35. </ul>
  36. <hr>
  37. <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
  38. s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
  39. i-checksum="38582" endspan --></p>
  40. </body>
  41. </html>
粤ICP备19079148号