mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 17:07:52 +00:00
Added [!nonportable] tag
This commit is contained in:
parent
f347611403
commit
31c23b9489
3 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,8 @@ namespace Catch {
|
|||
IsHidden = 1 << 1,
|
||||
ShouldFail = 1 << 2,
|
||||
MayFail = 1 << 3,
|
||||
Throws = 1 << 4
|
||||
Throws = 1 << 4,
|
||||
NonPortable = 1 << 5
|
||||
};
|
||||
|
||||
TestCaseInfo( std::string const& _name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue