mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 10:55:39 +02:00
First cut of tags support
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
|
Reference in New Issue
Block a user