First cut of command line support for tags

This commit is contained in:
Phil Nash
2012-09-26 18:38:26 +01:00
parent c4160e9ef8
commit 67ec8709ea
8 changed files with 388 additions and 304 deletions

View File

@@ -294,7 +294,13 @@ TEST_CASE( "empty", "An empty test with no assertions" )
{
}
TEST_CASE( "Nice descriptive name", "[tag1][tag2][hide]" )
TEST_CASE( "Nice descriptive name", "[tag1][tag2][tag3][hide]" )
{
WARN( "This one ran" );
}
TEST_CASE( "first tag", "[tag1]" )
{
}
TEST_CASE( "second tag", "[tag2]" )
{
}