From bff0271aba4982c006d540a0f71899d8fff9b73a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 6 Oct 2024 16:10:04 +0200 Subject: Testsuite: T6494: add new make target "test-interfaces" We can not run the interface related tests, and non interface related testcases in parallel to speedup the entire build process. (cherry picked from commit 57d5afe0ff6623d63f014d277246b14a1f12f62c) # Conflicts: # Makefile # scripts/check-qemu-install --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8be32d19..86452bd7 100644 --- a/Makefile +++ b/Makefile @@ -26,12 +26,21 @@ test: checkiso .PHONY: test-no-interfaces .ONESHELL: test-no-interfaces: checkiso +<<<<<<< HEAD scripts/check-qemu-install --debug --no-interfaces build/live-image-amd64.hybrid.iso .PHONY: testd .ONESHELL: testd: checkiso scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso +======= + scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces build/live-image-amd64.hybrid.iso + +.PHONY: test-interfaces +.ONESHELL: +test-interfaces: checkiso + scripts/check-qemu-install --debug --configd --match="interfaces_" --smoketest --uefi build/live-image-amd64.hybrid.iso +>>>>>>> 57d5afe0 (Testsuite: T6494: add new make target "test-interfaces") .PHONY: testc .ONESHELL: -- cgit v1.2.3