mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
fixed comment
This commit is contained in:
parent
924c8ed317
commit
16e0dc2f65
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace UnitTest {
|
|||
* Commands:
|
||||
* --suite One or multiple suite names to execute, can be combined with --test
|
||||
* --test One or multiple test names to execute, can be combined with --suite
|
||||
* --ignoretest One or multiple test parameter name, with index(es) specified, using this syntax: pzMyParam[4,8,12,7]
|
||||
* --ignoreparam One or multiple test parameter name, with index(es) specified, using this syntax: pzMyParam[4,8,12,7]
|
||||
*
|
||||
* Usage example: myTests.exe --suite MySuite1 MyOtherSuite --test MySpecialTest MyOtherTest --ignoreparam pzMyPlatforms[0,2,3] pzMyParam[4,8]
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue