add single_header CMake target
This commit is contained in:
		
							parent
							
								
									57d822b6e2
								
							
						
					
					
						commit
						7e4ee23f40
					
				
					 5 changed files with 19119 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -77,7 +77,7 @@ test-%: src/unit-%.o src/unit.o ../src/json.hpp thirdparty/catch/catch.hpp
 | 
			
		|||
 | 
			
		||||
TEST_PATTERN ?= "*"
 | 
			
		||||
TEST_PREFIX = ""
 | 
			
		||||
check: $(TESTCASES)
 | 
			
		||||
check: $(OBJECTS) $(TESTCASES)
 | 
			
		||||
	@cd .. ; for testcase in $(TESTCASES); do echo "Executing $$testcase..."; $(TEST_PREFIX)test/$$testcase $(TEST_PATTERN) || exit 1; done
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue