mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Improve tutorial.md with link to two-file setup instructions.
This commit is contained in:
		 Fernando J. Iglesias García
					Fernando J. Iglesias García
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							562f31029a
						
					
				
				
					commit
					031a163a2c
				
			| @@ -16,7 +16,7 @@ Ideally you should be using Catch2 through its [CMake integration](cmake-integra | ||||
| Catch2 also provides pkg-config files and two file (header + cpp) | ||||
| distribution, but this documentation will assume you are using CMake. If | ||||
| you are using the two file distribution instead, remember to replace | ||||
| the included header with `catch_amalgamated.hpp`. | ||||
| the included header with `catch_amalgamated.hpp` ([step by step instructions](migrate-v2-to-v3.md#how-to-migrate-projects-from-v2-to-v3)). | ||||
|  | ||||
|  | ||||
| ## Writing tests | ||||
|   | ||||
		Reference in New Issue
	
	Block a user