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

@ -83,7 +83,7 @@ namespace Catch {
TagExpressionParser( exp ).parse( tagPattern );
return exp.matches( m_tags );
}
const std::set<std::string>& TestCaseInfo::tags() const {
const std::set<std::string>& TestCaseInfo::getTags() const {
return m_tags;
}