summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-10-06 16:10:04 +0200
committerChristian Breunig <christian@breunig.cc>2024-10-06 16:16:02 +0200
commit57d5afe0ff6623d63f014d277246b14a1f12f62c (patch)
tree9da7e6e1b9ed95a8704bc6bcc041fe2de56fa738 /Makefile
parent66f12f1d2622310c05e567db25da06e94175869a (diff)
downloadvyos-build-57d5afe0ff6623d63f014d277246b14a1f12f62c.tar.gz
vyos-build-57d5afe0ff6623d63f014d277246b14a1f12f62c.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ff776c0..f5a31bb3 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,12 @@ test: checkiso
.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
- scripts/check-qemu-install --debug --configd --match="$(MATCH)" --smoketest --uefi --no-interfaces 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
.PHONY: testc
.ONESHELL: