--list-test-sources documentation

This commit is contained in:
Cyberboss 2016-06-13 10:15:32 -04:00
parent b2c9a681bb
commit dfca8bcf57

View File

@ -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