mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	qualified #includes
This commit is contained in:
		@@ -54,10 +54,10 @@ TEST_CASE( "meta/Misc/Sections", "looped tests" ) {
 | 
				
			|||||||
    CHECK( runner.getTotals().assertions.failed == 1 );
 | 
					    CHECK( runner.getTotals().assertions.failed == 1 );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "catch_commandline.hpp"
 | 
					#include "../../include/internal/catch_commandline.hpp"
 | 
				
			||||||
#include "catch_reporter_basic.hpp"
 | 
					#include "../../include/reporters/catch_reporter_basic.hpp"
 | 
				
			||||||
#include "catch_reporter_xml.hpp"
 | 
					#include "../../include/reporters/catch_reporter_xml.hpp"
 | 
				
			||||||
#include "catch_reporter_junit.hpp"
 | 
					#include "../../include/reporters/catch_reporter_junit.hpp"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
template<size_t size>
 | 
					template<size_t size>
 | 
				
			||||||
bool parseIntoConfig( const char * (&argv)[size], Catch::Config& config ) {
 | 
					bool parseIntoConfig( const char * (&argv)[size], Catch::Config& config ) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user