From dfca8bcf57b24bdabe655b4ee417806411abf873 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Mon, 13 Jun 2016 10:15:32 -0400 Subject: [PATCH] --list-test-sources documentation --- docs/command-line.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/command-line.md b/docs/command-line.md index 45df5e3f..1c9f92bf 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -22,6 +22,7 @@ Click one of the followings links to take you straight to that option - or scrol ` --list-test-names-and-sources`
` --list-test-names-only`
+ ` --list-tests-and-sources`
` --list-reporters`
` --order`
` --rng-seed`
@@ -189,6 +190,12 @@ This option lists all available tests in a non-indented form on one line followe This option lists all available tests in a non-indented form, one on each line. This makes it ideal for saving to a file and feeding back into the ```-f``` or ```--input-file``` option. + +## Just test names +
--list-tests-and-sources
+ +Equivalent to ```-l``` or ```--list-tests``` with the source files included. + ## Specify the order test cases are run