mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
--list-test-sources documentation
This commit is contained in:
parent
b2c9a681bb
commit
dfca8bcf57
@ -22,6 +22,7 @@ Click one of the followings links to take you straight to that option - or scrol
|
||||
|
||||
<a href="#list-test-names-and-sources"> ` --list-test-names-and-sources`</a><br />
|
||||
<a href="#list-test-names-only"> ` --list-test-names-only`</a><br />
|
||||
<a href="#list-tests-and-sources"> ` --list-tests-and-sources`</a><br />
|
||||
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
|
||||
<a href="#order"> ` --order`</a><br />
|
||||
<a href="#rng-seed"> ` --rng-seed`</a><br />
|
||||
@ -189,6 +190,12 @@ This option lists all available tests in a non-indented form on one line followe
|
||||
|
||||
This option lists all available tests in a non-indented form, one on each line. This makes it ideal for saving to a file and feeding back into the <a href="#input-file">```-f``` or ```--input-file```</a> option.
|
||||
|
||||
<a id="list-tests-and-sources"></a>
|
||||
## Just test names
|
||||
<pre>--list-tests-and-sources</pre>
|
||||
|
||||
Equivalent to <a href="#listing-available-tests-tags-or-reporters">```-l``` or ```--list-tests```</a> with the source files included.
|
||||
|
||||
|
||||
<a id="order"></a>
|
||||
## Specify the order test cases are run
|
||||
|
Loading…
Reference in New Issue
Block a user