We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92ee391 + 738b85e commit c044c98Copy full SHA for c044c98
manual.markdown
@@ -201,6 +201,7 @@ The test execution of this will *likely* (no guarantee of order in CppUTest) be:
201
* *-g* group only run test whose group contains the substring group
202
* *-n* name only run test whose name contains the substring name
203
* *-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)
205
206
<a id="memory_leak_detection"> </a>
207
## Memory Leak Detection
0 commit comments