Support [.] as alias for [hide]

This commit is contained in:
Phil Nash
2013-06-28 16:05:13 +01:00
parent 235204393a
commit 9c39a5e8dd
4 changed files with 9 additions and 9 deletions

View File

@@ -272,7 +272,7 @@ TEST_CASE( "empty", "An empty test with no assertions" )
{
}
TEST_CASE( "Nice descriptive name", "[tag1][tag2][tag3][hide]" )
TEST_CASE( "Nice descriptive name", "[tag1][tag2][tag3][.]" )
{
WARN( "This one ran" );
}
@@ -283,7 +283,7 @@ TEST_CASE( "second tag", "[tag2]" )
{
}
//
//TEST_CASE( "spawn a new process", "[hide]" )
//TEST_CASE( "spawn a new process", "[.]" )
//{
// // !TBD Work in progress
// char line[200];