mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-29 08:31:05 +02:00
Updated Command line (markdown)
@@ -55,18 +55,18 @@ To see successul, as well as failing, test results just pass this option.
|
|||||||
|
|
||||||
## Listing available tests or reporters
|
## Listing available tests or reporters
|
||||||
<pre>
|
<pre>
|
||||||
-l, --list [test|reporter] [xml]
|
-l, --list [tests | reporters] [xml]
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
With no arguments this option will list all registered tests and reporters using a standard line based listing format. <br />
|
With no arguments this option will list all registered tests and reporters using a standard line based listing format. <br />
|
||||||
Supplying the *xml* argument formats the list as an xml document (which may be useful for consumption by other tools).<br />
|
Supplying the *xml* argument formats the list as an xml document (which may be useful for consumption by other tools).<br />
|
||||||
Supplying the *test* or *reporter* arguments narrow the list to tests or reporters respectively.
|
Supplying the *tests* or *reporters* arguments narrow the list to tests or reporters respectively.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
<pre>
|
<pre>
|
||||||
-l
|
-l
|
||||||
-l test
|
-l tests
|
||||||
-l reporter xml
|
-l reporters xml
|
||||||
-l xml
|
-l xml
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user