• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>show_progress</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="save_pattern.html" title="save_pattern">
10<link rel="next" href="use_alt_stack.html" title="use_alt_stack">
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="save_pattern.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="use_alt_stack.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.show_progress"></a><a class="link" href="show_progress.html" title="show_progress"><code class="computeroutput"><span class="identifier">show_progress</span></code></a>
28</h4></div></div></div>
29<p>
30          Option <span class="emphasis"><em>show_progress</em></span> instructs the <span class="emphasis"><em>Unit
31          Test Framework</em></span> to display test progress information. By default
32          the parameter test progress is not shown. More details <a class="link" href="../../test_output/test_output_progress.html" title="Progress display">here</a>.
33        </p>
34<h5>
35<a name="boost_test.utf_reference.rt_param_reference.show_progress.h0"></a>
36          <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.show_progress.acceptable_values"></a></span><a class="link" href="show_progress.html#boost_test.utf_reference.rt_param_reference.show_progress.acceptable_values">Acceptable
37          values</a>
38        </h5>
39<p>
40          <a class="link" href="../rt_param_reference.html#boolean_param_value">Boolean</a> with default value
41          <span class="bold"><strong>no</strong></span>.
42        </p>
43<h5>
44<a name="boost_test.utf_reference.rt_param_reference.show_progress.h1"></a>
45          <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.show_progress.command_line_syntax"></a></span><a class="link" href="show_progress.html#boost_test.utf_reference.rt_param_reference.show_progress.command_line_syntax">Command
46          line syntax</a>
47        </h5>
48<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
49<li class="listitem">
50              <code class="computeroutput"><span class="special">--</span><span class="identifier">show_progress</span><span class="special">[=&lt;</span><span class="identifier">boolean</span>
51              <span class="identifier">value</span><span class="special">&gt;]</span></code>
52            </li>
53<li class="listitem">
54              <code class="computeroutput"><span class="special">-</span><span class="identifier">p</span>
55              <span class="special">[&lt;</span><span class="identifier">boolean</span>
56              <span class="identifier">value</span><span class="special">&gt;]</span></code>
57            </li>
58</ul></div>
59<h5>
60<a name="boost_test.utf_reference.rt_param_reference.show_progress.h2"></a>
61          <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.show_progress.environment_variable"></a></span><a class="link" href="show_progress.html#boost_test.utf_reference.rt_param_reference.show_progress.environment_variable">Environment
62          variable</a>
63        </h5>
64<pre class="programlisting"><span class="identifier">BOOST_TEST_SHOW_PROGRESS</span>
65</pre>
66</div>
67<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
68<td align="left"></td>
69<td align="right"><div class="copyright-footer">Copyright © 2001-2020 Boost.Test contributors<p>
70        Distributed under the Boost Software License, Version 1.0. (See accompanying
71        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>)
72      </p>
73</div></td>
74</tr></table>
75<hr>
76<div class="spirit-nav">
77<a accesskey="p" href="save_pattern.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="use_alt_stack.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
78</div>
79</body>
80</html>
81