build_info.html 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>build_info</title>
  5. <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../../index.html" title="Boost.Test">
  8. <link rel="up" href="../rt_param_reference.html" title="Runtime parameters reference">
  9. <link rel="prev" href="auto_dbg.html" title="auto_start_dbg">
  10. <link rel="next" href="catch_system.html" title="catch_system_errors">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="auto_dbg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="catch_system.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h4 class="title">
  27. <a name="boost_test.utf_reference.rt_param_reference.build_info"></a><a class="link" href="build_info.html" title="build_info"><code class="computeroutput"><span class="identifier">build_info</span></code></a>
  28. </h4></div></div></div>
  29. <p>
  30. Option <span class="emphasis"><em>build_info</em></span> instructs the <span class="emphasis"><em>Unit Test
  31. Framework</em></span> to display the build information before testing begins.
  32. This information includes:
  33. </p>
  34. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  35. <li class="listitem">
  36. platform
  37. </li>
  38. <li class="listitem">
  39. compiler
  40. </li>
  41. <li class="listitem">
  42. STL implementation in use
  43. </li>
  44. <li class="listitem">
  45. boost version
  46. </li>
  47. </ul></div>
  48. <h5>
  49. <a name="boost_test.utf_reference.rt_param_reference.build_info.h0"></a>
  50. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.build_info.acceptable_values"></a></span><a class="link" href="build_info.html#boost_test.utf_reference.rt_param_reference.build_info.acceptable_values">Acceptable
  51. values</a>
  52. </h5>
  53. <p>
  54. <a class="link" href="../rt_param_reference.html#boolean_param_value">Boolean</a> with default value
  55. <span class="bold"><strong>no</strong></span>.
  56. </p>
  57. <h5>
  58. <a name="boost_test.utf_reference.rt_param_reference.build_info.h1"></a>
  59. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.build_info.command_line_syntax"></a></span><a class="link" href="build_info.html#boost_test.utf_reference.rt_param_reference.build_info.command_line_syntax">Command
  60. line syntax</a>
  61. </h5>
  62. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  63. <li class="listitem">
  64. <code class="computeroutput"><span class="special">--</span><span class="identifier">build_info</span><span class="special">[=&lt;</span><span class="identifier">boolean</span>
  65. <span class="identifier">value</span><span class="special">&gt;]</span></code>
  66. </li>
  67. <li class="listitem">
  68. <code class="computeroutput"><span class="special">-</span><span class="identifier">i</span>
  69. <span class="special">[&lt;</span><span class="identifier">boolean</span>
  70. <span class="identifier">value</span><span class="special">&gt;]</span></code>
  71. </li>
  72. </ul></div>
  73. <h5>
  74. <a name="boost_test.utf_reference.rt_param_reference.build_info.h2"></a>
  75. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.build_info.environment_variable"></a></span><a class="link" href="build_info.html#boost_test.utf_reference.rt_param_reference.build_info.environment_variable">Environment
  76. variable</a>
  77. </h5>
  78. <pre class="programlisting"><span class="identifier">BOOST_TEST_BUILD_INFO</span>
  79. </pre>
  80. </div>
  81. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  82. <td align="left"></td>
  83. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  84. contributors<p>
  85. Distributed under the Boost Software License, Version 1.0. (See accompanying
  86. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  87. </p>
  88. </div></td>
  89. </tr></table>
  90. <hr>
  91. <div class="spirit-nav">
  92. <a accesskey="p" href="auto_dbg.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="catch_system.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  93. </div>
  94. </body>
  95. </html>