mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Removed benchmark tests from approval tests (for now)
This commit is contained in:
		@@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user