mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #define CATCH_CONFIG_MAIN
 | |
| #include <catch_main.hpp>
 | |
| 
 | |
| TEST_CASE("Is example succesful", "[example]") {
 | |
|     REQUIRE(true);
 | |
| }
 | 
