mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	 cb551b4f6d
			
		
	
	cb551b4f6d
	
	
	
		
			
			When the added Bazel configuration flag is enabled, a default JUnit reporter will be added if the XML envrioment variable is defined. Fix include paths for generated config header. Enable Bazel config by default when building with Bazel. Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			490 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			490 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 | |
| 
 | |
| http_archive(
 | |
|     name = "bazel_skylib",
 | |
|     strip_prefix = "bazel-skylib-2a87d4a62af886fb320883aba102255aba87275e",
 | |
|     urls = [
 | |
|         "https://github.com/bazelbuild/bazel-skylib/archive/2a87d4a62af886fb320883aba102255aba87275e.tar.gz",
 | |
|     ],
 | |
|     sha256 = "d847b08d6702d2779e9eb399b54ff8920fa7521dc45e3e53572d1d8907767de7",
 | |
| )
 | |
| 
 | |
| load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
 | |
| 
 | |
| bazel_skylib_workspace() |