diff --git a/Command-line.md b/Command-line.md index 34435cb..f178023 100644 --- a/Command-line.md +++ b/Command-line.md @@ -88,4 +88,17 @@ Recognised stream names are: * %stdout * %stderr -* %debug (The IDE's debug output window - currently only Windows' OutputDebugString is supported). \ No newline at end of file +* %debug (The IDE's debug output window - currently only Windows' OutputDebugString is supported). + +## Naming a test run +
+-n, --name <name for test run>
+
+ +If a name is supplied it will be used by the reporter to provide an overall name for the test run. This can be useful if you are sending to a file, for example, and need to distinguish different test runs - either from different Catch executables or runs of the same executable with different options. + +Examples: +
+-n testRun
+-n "tests of the widget component"
+
\ No newline at end of file