Updated Command line (markdown)

philsquared
2010-12-30 08:57:02 -08:00
parent 6b1f900dc5
commit 9e12fa7994

@@ -8,7 +8,7 @@ Note that options are described according to the following pattern:
## Specifying which tests to run ## Specifying which tests to run
<pre> <pre>
-t, --test *&lt;test-spec>* [*&lt;test-spec> ...*] -t, --test &lt;test-spec> [&lt;test-spec> ...]
</pre> </pre>
If you don't specify any tests on the command line then all registered tests are run. If you don't specify any tests on the command line then all registered tests are run.
@@ -23,7 +23,7 @@ Alternatively use -t or --test to specify which tests to run. This option takes
## Choosing a reporter to use ## Choosing a reporter to use
<pre> <pre>
-r, --report *&lt;reporter>* -r, --report &lt;reporter>
</pre> </pre>
A reporter is an object that formats and structures the output of running tests, and potentially summarises the results. By default a basic reporter is used that writes IDE friendly results. CATCH comes bundled with some alternative reporters, but more can be added in client code.<br /> A reporter is an object that formats and structures the output of running tests, and potentially summarises the results. By default a basic reporter is used that writes IDE friendly results. CATCH comes bundled with some alternative reporters, but more can be added in client code.<br />