index.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Language" content="en-us" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  7. <link rel="stylesheet" type="text/css" href=
  8. "../../../doc/html/boostbook.css" />
  9. <title>Regression Test Reporting Tools</title>
  10. </head>
  11. <body>
  12. <h1><img src="../../../boost.png" alt="boost.png (6897 bytes)" align=
  13. "center" width="277" height="86" /> Regression Test Reporting Tools</h1>
  14. <p>Boost regression testing uses <a href=
  15. "../../build/index.html">Boost.Build</a> to run the actual builds and
  16. tests. A separate set of tools is used to generate the actual status
  17. reports.</p>
  18. <ul>
  19. <li><a href="instructions.html">Instructions</a> for running the regression
  20. tests</li>
  21. <li><a href="../src/process_jam_log.cpp">process_jam_log.cpp</a> -
  22. Processes the bjam outputs, creating a file named test_log.xml for each
  23. test encountered.</li>
  24. <li><a href="../src/compiler_status.cpp">compiler_status.cpp</a> -
  25. Generates HTML status tables from test_log.xml and other files.</li>
  26. <li><a href="../build/Jamfile.v2">Jamfile.v2</a> - Builds process_jam_log
  27. and compiler_status executables.</li>
  28. <li><a href="library_status.html">Library Status</a> - Runs test programs
  29. for one or all boost libraries on your local installation and generates
  30. complete tables to show which combinations of libraries, compilers,
  31. compiler settings pass and fail at your local installation.</li>
  32. </ul>
  33. <hr />
  34. <p>Revised $Date$</p>
  35. <p>Copyright Beman Dawes 2003.</p>
  36. <p>Copyright Rene Rivera 2007.</p>
  37. <p>Distributed under the Boost Software License, Version 1.0. (See
  38. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  39. copy at <a href=
  40. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  41. </body>
  42. </html>
粤ICP备19079148号