mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-05 13:44:45 +02:00
Updated Command line (markdown)
@@ -53,7 +53,7 @@ Examples:
|
||||
-t "this test only" Matches the test case called, 'this test only'
|
||||
-t these/* Matches all cases starting with 'these/'
|
||||
-t exclude:notThis Matches all tests except, 'notThis'
|
||||
-t ~:notThis Matches all tests except, 'notThis'
|
||||
-t ~notThis Matches all tests except, 'notThis'
|
||||
-t ~*private* Matches all tests except those that contain 'private'
|
||||
-t a/* ~a/b/* a/b/c Matches all tests that start with 'a/', except those that
|
||||
start with 'a/b/', except 'a/b/c', which is included
|
||||
|
Reference in New Issue
Block a user