👷 added precondition for individual tests
This commit is contained in:
		
							parent
							
								
									a820d688eb
								
							
						
					
					
						commit
						4c232fe12b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,7 @@ json_unit: $(OBJECTS) ../src/json.hpp src/catch.hpp
 | 
			
		|||
# individual test cases
 | 
			
		||||
##############################################################################
 | 
			
		||||
 | 
			
		||||
test-%: src/unit-%.cpp
 | 
			
		||||
test-%: src/unit-%.cpp ../src/json.hpp src/catch.hpp
 | 
			
		||||
	@echo "[CXXLD] $@"
 | 
			
		||||
	@$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -DCATCH_CONFIG_MAIN $< -o $@
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue