mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 19:22:25 +01:00
--list-test-names-and-sources documentation
This commit is contained in:
parent
406e568d80
commit
8fd23466ba
@ -20,6 +20,7 @@ Click one of the followings links to take you straight to that option - or scrol
|
|||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
<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-test-names-only"> ` --list-test-names-only`</a><br />
|
||||||
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
|
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
|
||||||
<a href="#order"> ` --order`</a><br />
|
<a href="#order"> ` --order`</a><br />
|
||||||
@ -176,6 +177,12 @@ Provide the name of a file that contains a list of test case names - one per lin
|
|||||||
|
|
||||||
A useful way to generate an initial instance of this file is to use the <a href="#list-test-names-only">list-test-names-only</a> option. This can then be manually curated to specify a specific subset of tests - or in a specific order.
|
A useful way to generate an initial instance of this file is to use the <a href="#list-test-names-only">list-test-names-only</a> option. This can then be manually curated to specify a specific subset of tests - or in a specific order.
|
||||||
|
|
||||||
|
<a id="list-test-names-and-sources"></a>
|
||||||
|
## Test names and source files
|
||||||
|
<pre>--list-test-names-and-sources</pre>
|
||||||
|
|
||||||
|
This option lists all available tests in a non-indented form on one line followed by it's source file and line number on the next line.
|
||||||
|
|
||||||
<a id="list-test-names-only"></a>
|
<a id="list-test-names-only"></a>
|
||||||
## Just test names
|
## Just test names
|
||||||
<pre>--list-test-names-only</pre>
|
<pre>--list-test-names-only</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user