Skip to content

Commit c044c98

Browse files
committed
Merge pull request #2 from MainRo/master
Add -k description to command switch description
2 parents 92ee391 + 738b85e commit c044c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manual.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
201201
* *-g* group only run test whose group contains the substring group
202202
* *-n* name only run test whose name contains the substring name
203203
* *-ojunit* output to JUnit ant plugin style xml files (for CI systems)
204+
* *-k* package name, Add a package name in JUnit output (for classification in CI systems)
204205

205206
<a id="memory_leak_detection"> </a>
206207
## Memory Leak Detection

0 commit comments

Comments
 (0)