You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,7 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
243
243
**-oteamcity* output to xml files (as the name suggests, for TeamCity)
244
244
**-p* run tests in a separate process.
245
245
**-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
246
247
**-sg group* only run test whose group exactly matches the string *group*
247
248
**-sn name* only run test whose name exactly matches the string *name*
0 commit comments