mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Remove Clara from external folder
As Clara is no longer maintained as a separate project, the implementation was moved to the internal subfolder of top-level folder. This removes one folder and avoids potential user confusion. Also simplified the convenience header checking script accordingly.
This commit is contained in:
		@@ -36,11 +36,11 @@
 | 
			
		||||
#include <catch2/catch_totals.hpp>
 | 
			
		||||
#include <catch2/catch_version.hpp>
 | 
			
		||||
#include <catch2/catch_version_macros.hpp>
 | 
			
		||||
#include <catch2/external/catch_external_all.hpp>
 | 
			
		||||
#include <catch2/generators/catch_generators_all.hpp>
 | 
			
		||||
#include <catch2/interfaces/catch_interfaces_all.hpp>
 | 
			
		||||
#include <catch2/internal/catch_assertionhandler.hpp>
 | 
			
		||||
#include <catch2/internal/catch_clara.hpp>
 | 
			
		||||
#include <catch2/internal/catch_clara_upstream.hpp>
 | 
			
		||||
#include <catch2/internal/catch_commandline.hpp>
 | 
			
		||||
#include <catch2/internal/catch_common.hpp>
 | 
			
		||||
#include <catch2/internal/catch_compiler_capabilities.hpp>
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@
 | 
			
		||||
#pragma clang diagnostic ignored "-Wshadow"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <catch2/external/clara.hpp>
 | 
			
		||||
#include <catch2/internal/catch_clara_upstream.hpp>
 | 
			
		||||
 | 
			
		||||
#ifdef __clang__
 | 
			
		||||
#pragma clang diagnostic pop
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user