index.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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=
  20. "http://beta.boost.org/development/running_regression_tests.html">Instructions</a>
  21. for running the regression tests as part of the published regression
  22. tests are available at the Boost web site.</li>
  23. <li><a href="../src/process_jam_log.cpp">process_jam_log.cpp</a> -
  24. Processes the bjam outputs, creating a file named test_log.xml for each
  25. test encountered.</li>
  26. <li><a href="../src/compiler_status.cpp">compiler_status.cpp</a> -
  27. Generates HTML status tables from test_log.xml and other files.</li>
  28. <li><a href="../build/Jamfile.v2">Jamfile.v2</a> - Builds process_jam_log
  29. and compiler_status executables.</li>
  30. <li><a href="library_status.html">Library Status</a> - Runs test programs
  31. for one or all boost libraries on your local installation and generates
  32. complete tables to show which combinations of libraries, compilers,
  33. compiler settings pass and fail at your local installation.</li>
  34. </ul>
  35. <hr />
  36. <p>Revised $Date$</p>
  37. <p>Copyright Beman Dawes 2003.</p>
  38. <p>Copyright Rene Rivera 2007.</p>
  39. <p>Distributed under the Boost Software License, Version 1.0. (See
  40. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  41. copy at <a href=
  42. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  43. </body>
  44. </html>
粤ICP备19079148号