docs: command-line: Add example to specify tests by file name.

This commit is contained in:
Martin Hostettler 2019-10-21 23:37:12 +02:00 committed by Martin Hořeňovský
parent 23c80bcc92
commit 8fb1219013
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ exclude:notThis Matches all tests except, 'notThis'
~*private* Matches all tests except those that contain 'private'
a* ~ab* abc Matches all tests that start with 'a', except those that
start with 'ab', except 'abc', which is included
-# [#somefile] Matches all tests from the file 'somefile.cpp'
</pre>
Names within square brackets are interpreted as tags.