First cut of new test spec parser code

This commit is contained in:
Phil Nash
2014-05-16 06:50:00 +01:00
parent ad4489043b
commit f8cff10ff6
7 changed files with 410 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ TEST_CASE( "looped tests", "[.][failing]" )
}
}
TEST_CASE( "Sends stuff to stdout and stderr", "" )
TEST_CASE( "Sends stuff to stdout and stderr", "[.]" )
{
std::cout << "A string sent directly to stdout" << std::endl;