mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-30 17:11:08 +02:00
Updated Command line (markdown)
@@ -5,7 +5,7 @@
|
|||||||
</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.
|
||||||
Alternative use -t or --test to specify which tests to run. This option takes 1-n arguments, each of which specify a test case name or a pattern the matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces, in which case they are required. Some examples:
|
Alternatively use -t or --test to specify which tests to run. This option takes 1-n arguments (you can also supply the option as many times as you like), each of which specify a test case name or a pattern that matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces - in which case they are required. Some examples:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
-t "example/first test"
|
-t "example/first test"
|
||||||
|
Reference in New Issue
Block a user