mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 15:09:33 +00:00
First cut of tags support
This commit is contained in:
parent
dea756f699
commit
fc1baac7f5
7 changed files with 168 additions and 13 deletions
|
@ -293,3 +293,8 @@ TEST_CASE( "example/factorial", "The Factorial function should return the factor
|
|||
TEST_CASE( "empty", "An empty test with no assertions" )
|
||||
{
|
||||
}
|
||||
|
||||
TEST_CASE( "Nice descriptive name", "[tag1][tag2][hide]" )
|
||||
{
|
||||
WARN( "This one ran" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue