mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Split result info from impl
This commit is contained in:
		@@ -6,9 +6,11 @@
 | 
			
		||||
 *  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
// Collect all the implementation files together here
 | 
			
		||||
// These are the equivalent of what would usually be cpp files
 | 
			
		||||
#include "catch_registry_hub.hpp"
 | 
			
		||||
#include "catch_notimplemented_exception.hpp"
 | 
			
		||||
#include "catch_context_impl.hpp"
 | 
			
		||||
#include "catch_console_colour_impl.hpp"
 | 
			
		||||
#include "catch_generators_impl.hpp"
 | 
			
		||||
// !TBD... migrate all impl headers here
 | 
			
		||||
#include "catch_resultinfo.hpp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user