From 3da1a284dc2620cf3c4a1e962cb53e415444ab2d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 2 Feb 2020 17:51:47 +0100 Subject: Jenkins: add "make test" helper --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c22fd4a..2bceac58 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,15 @@ vep1400: check_build_config clean prepare cd .. @scripts/copy-image +.PHONY: test +.ONESHELL: +test: + 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 build/live-image-amd64.hybrid.iso + .PHONY: clean .ONESHELL: clean: -- cgit v1.2.3