summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-10-06 21:48:05 +0200
committerGitHub <noreply@github.com>2024-10-06 21:48:05 +0200
commitbeb5d83003fe54071bff044a3442c64c56f3c49c (patch)
tree9f38c92c0aa0c7b2243826153f4f6c466229739c /Makefile
parenteb8e689e38300284f89c80284209343ac5b6cc10 (diff)
parent57d5afe0ff6623d63f014d277246b14a1f12f62c (diff)
downloadvyos-build-beb5d83003fe54071bff044a3442c64c56f3c49c.tar.gz
vyos-build-beb5d83003fe54071bff044a3442c64c56f3c49c.zip
Merge pull request #796 from c-po/smoketests
Testsuite: T6494: add new make target "test-interfaces"
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: