Skip to content

Commit f77054e

Browse files
author
Arnd R. Strube
committed
Mention (3.8) for -xg and -xn
1 parent bfed3cd commit f77054e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
235235
* *-sg group* only run test whose group exactly matches the string *group*
236236
* *-sn name* only run test whose name exactly matches the string *name*
237237
* *-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)
240240
* *"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.
241241

242242
You can specify multiple -s|sg, -s|sn and "TEST(group, name)" parameters:

0 commit comments

Comments
 (0)