mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	T7606: Exclucde VPP config-load test from the phony testc
We have a separate PHONY for VPP tests
This commit is contained in:
		
							parent
							
								
									7807f0d0e8
								
							
						
					
					
						commit
						3d0e999c80
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -46,7 +46,7 @@ test-vpp: checkiso
 | 
				
			|||||||
.PHONY: testc
 | 
					.PHONY: testc
 | 
				
			||||||
.ONESHELL:
 | 
					.ONESHELL:
 | 
				
			||||||
testc: checkiso
 | 
					testc: checkiso
 | 
				
			||||||
	scripts/check-qemu-install --debug --configd --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
 | 
						scripts/check-qemu-install --debug --configd --match="!vpp" --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: testcvpp
 | 
					.PHONY: testcvpp
 | 
				
			||||||
.ONESHELL:
 | 
					.ONESHELL:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user