index.htm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 href="run_tests.sh">run_tests.sh</a> - An example
  29. shell script for running the tests and generating HTML
  30. reports.</li>
  31. </ul>
  32. <hr>
  33. <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
  34. s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
  35. i-checksum="38582" endspan --></p>
  36. </body>
  37. </html>
粤ICP备19079148号