Added [!nonportable] tag
This commit is contained in:
parent
f347611403
commit
31c23b9489
3 changed files with 6 additions and 1 deletions
|
@ -26,6 +26,8 @@ namespace Catch {
|
|||
return TestCaseInfo::ShouldFail;
|
||||
else if( tag == "!mayfail" )
|
||||
return TestCaseInfo::MayFail;
|
||||
else if( tag == "!nonportable" )
|
||||
return TestCaseInfo::NonPortable;
|
||||
else
|
||||
return TestCaseInfo::None;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue