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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,8 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
235
235
**-sg group* only run test whose group exactly matches the string *group*
236
236
**-sn name* only run test whose name exactly matches the string *name*
237
237
**-v* verbose, print each test name as it runs
238
-
**-xg group* exclude tests whose group contains the substring *group*
239
-
**-xn name* exclude tests whose name contains the substring *name*
238
+
**-xg group* exclude tests whose group contains the substring *group* (3.8)
239
+
**-xn name* exclude tests whose name contains the substring *name* (3.8)
240
240
**"TEST(group, name)"* only run test whose group and name matches the strings group and name. This can be used to copy-paste output from the -v option on the command line.
241
241
242
242
You can specify multiple -s|sg, -s|sn and "TEST(group, name)" parameters:
0 commit comments