mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Removed benchmark tests from approval tests (for now)
This commit is contained in:
parent
f45d35c980
commit
4421672fb8
8 changed files with 17 additions and 127 deletions
|
@ -31,6 +31,8 @@ namespace Catch {
|
|||
return TestCaseInfo::MayFail;
|
||||
else if( tag == "!nonportable" )
|
||||
return TestCaseInfo::NonPortable;
|
||||
else if( tag == "!benchmark" )
|
||||
return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHidden );
|
||||
else
|
||||
return TestCaseInfo::None;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue