color_output.html 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>color_output</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="catch_system.html" title="catch_system_errors">
  10. <link rel="next" href="detect_fp_exceptions.html" title="detect_fp_exceptions">
  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="catch_system.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="detect_fp_exceptions.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.color_output"></a><a class="link" href="color_output.html" title="color_output"><code class="computeroutput"><span class="identifier">color_output</span></code></a>
  28. </h4></div></div></div>
  29. <p>
  30. The <span class="emphasis"><em>Unit Test Framework</em></span> is able to produce color output
  31. on systems which support it. To disable this behavior, set this option
  32. to <code class="computeroutput"><span class="identifier">no</span></code>. By default the framework
  33. produces color output.
  34. </p>
  35. <h5>
  36. <a name="boost_test.utf_reference.rt_param_reference.color_output.h0"></a>
  37. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.color_output.acceptable_values"></a></span><a class="link" href="color_output.html#boost_test.utf_reference.rt_param_reference.color_output.acceptable_values">Acceptable
  38. values</a>
  39. </h5>
  40. <p>
  41. <a class="link" href="../rt_param_reference.html#boolean_param_value">Boolean</a> with default value
  42. <span class="bold"><strong>yes</strong></span>.
  43. </p>
  44. <h5>
  45. <a name="boost_test.utf_reference.rt_param_reference.color_output.h1"></a>
  46. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.color_output.command_line_syntax"></a></span><a class="link" href="color_output.html#boost_test.utf_reference.rt_param_reference.color_output.command_line_syntax">Command
  47. line syntax</a>
  48. </h5>
  49. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  50. <li class="listitem">
  51. <code class="computeroutput"><span class="special">--</span><span class="identifier">color_output</span><span class="special">[=&lt;</span><span class="identifier">boolean</span>
  52. <span class="identifier">value</span><span class="special">&gt;]</span></code>
  53. </li>
  54. <li class="listitem">
  55. <code class="computeroutput"><span class="special">-</span><span class="identifier">x</span>
  56. <span class="special">[&lt;</span><span class="identifier">boolean</span>
  57. <span class="identifier">value</span><span class="special">&gt;]</span></code>
  58. </li>
  59. </ul></div>
  60. <h5>
  61. <a name="boost_test.utf_reference.rt_param_reference.color_output.h2"></a>
  62. <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.color_output.environment_variable"></a></span><a class="link" href="color_output.html#boost_test.utf_reference.rt_param_reference.color_output.environment_variable">Environment
  63. variable</a>
  64. </h5>
  65. <pre class="programlisting"><span class="identifier">BOOST_TEST_COLOR_OUTPUT</span>
  66. </pre>
  67. </div>
  68. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  69. <td align="left"></td>
  70. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
  71. contributors<p>
  72. Distributed under the Boost Software License, Version 1.0. (See accompanying
  73. 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>)
  74. </p>
  75. </div></td>
  76. </tr></table>
  77. <hr>
  78. <div class="spirit-nav">
  79. <a accesskey="p" href="catch_system.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="detect_fp_exceptions.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  80. </div>
  81. </body>
  82. </html>