From a66b32eff5b2eb72008c41e9e158d8cf49501d33 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Fri, 20 Dec 2024 14:48:30 +0000 Subject: T6964: Add PHONY to make VPP smoketests Add PHONY to make smoketests for VPP. sudo make test-vpp --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5a31bb3..4e211efd 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ test-no-interfaces: checkiso test-interfaces: checkiso scripts/check-qemu-install --debug --configd --match="interfaces_" --smoketest --uefi build/live-image-amd64.hybrid.iso +.PHONY: test-vpp +.ONESHELL: +test-vpp: checkiso + scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi build/live-image-amd64.hybrid.iso + .PHONY: testc .ONESHELL: testc: checkiso -- cgit v1.2.3