Skip to content

Commit e5466fb

Browse files
authored
Merge pull request #53 from ianwal/document-ri-arg
Add documentation for -ri cli arg
2 parents 4442cc1 + dfa04d7 commit e5466fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manual.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
243243
* *-oteamcity* output to xml files (as the name suggests, for TeamCity)
244244
* *-p* run tests in a separate process.
245245
* *-r#* repeat the tests some number (#) of times, or twice if # is not specified. This is handy if you are experiencing memory leaks. A second run that has no leaks indicates that someone is allocating statics and not releasing them.
246+
* *-ri* run ignored tests as if they are not ignored
246247
* *-sg group* only run test whose group exactly matches the string *group*
247248
* *-sn name* only run test whose name exactly matches the string *name*
248249
* *-v* verbose, print each test name as it runs

0 commit comments

Comments
 (0)