From 6c5f4a3a68b30af6eb3bb17bfed8a0063f3949ed Mon Sep 17 00:00:00 2001 From: James Wilkinson Date: Tue, 25 Jun 2013 13:30:48 -0700 Subject: [PATCH] How to tag a testcase --- Command-line.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command-line.md b/Command-line.md index 75fe3dd..7848de3 100644 --- a/Command-line.md +++ b/Command-line.md @@ -80,6 +80,8 @@ Tags can be negated with the `~` character. This removed matching tests from the matches all tests tagged `[one]`, except those also tagged `[two]` +Test cases are tagged by specifying the tag in the second parameter to the TEST_CASE family of macros. + ## Choosing a reporter to use