mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-19 08:32:11 +01:00
Added [!nonportable] tag
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user