Use new line wrapper to show test case list, with tags, in columns

This commit is contained in:
Phil Nash 2013-03-28 22:13:31 +00:00
parent 9e8abc33e7
commit 15fd032608
8 changed files with 137 additions and 76 deletions

View file

@ -124,7 +124,7 @@ namespace Catch {
// Handle list request
if( config.listSpec != List::None ) {
List( config );
list( config );
Catch::cleanUp();
return 0;
}