summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-15 15:15:41 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-15 15:15:41 +0200
commit19778c23a054228dd889b6ac95dc17079eb7354a (patch)
treeb0a4ff1e0af889bb61467a869a134ffac763405f /Makefile
parent0f8a2d5e61c7394a12ada65cb462c2edaf5dd7d5 (diff)
downloadvyos-build-19778c23a054228dd889b6ac95dc17079eb7354a.tar.gz
vyos-build-19778c23a054228dd889b6ac95dc17079eb7354a.zip
Makefile: add "make test-no-interfaces" to start smoketests w/o interface tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3defd02..1bf7160 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,15 @@ test:
fi
scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
+.PHONY: test
+.ONESHELL:
+test-no-interfaces:
+ if [ ! -f build/live-image-amd64.hybrid.iso ]; then
+ echo "Could not find build/live-image-amd64.hybrid.iso"
+ exit 1
+ fi
+ scripts/check-qemu-install --debug --no-interfaces build/live-image-amd64.hybrid.iso
+
.PHONY: testd
.ONESHELL:
testd: