Merge branch 'dev-performance'

This commit is contained in:
Martin Hořeňovský
2017-01-25 22:56:36 +01:00
28 changed files with 400 additions and 143 deletions

View File

@@ -16,7 +16,7 @@
namespace Catch {
inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) {
if( startsWith( tag, "." ) ||
if( startsWith( tag, '.' ) ||
tag == "hide" ||
tag == "!hide" )
return TestCaseInfo::IsHidden;