First cut of tags support

This commit is contained in:
Phil Nash 2012-09-15 17:53:27 +01:00
parent dea756f699
commit fc1baac7f5
7 changed files with 168 additions and 13 deletions

View file

@ -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" );
}