summaryrefslogtreecommitdiffstats
path: root/tests/vm/Makefile.include
diff options
context:
space:
mode:
authorAlex Bennée2020-05-19 15:22:49 +0200
committerAlex Bennée2020-05-27 15:13:34 +0200
commit92fecad3d3ed3cbfd0a6b4408bb80920de803dca (patch)
treef4dbc7751ec6cf0a597936476c1da15f9fd9b7a6 /tests/vm/Makefile.include
parentconfigure: add alternate binary for genisoimage (diff)
downloadqemu-92fecad3d3ed3cbfd0a6b4408bb80920de803dca.tar.gz
qemu-92fecad3d3ed3cbfd0a6b4408bb80920de803dca.tar.xz
qemu-92fecad3d3ed3cbfd0a6b4408bb80920de803dca.zip
tests/vm: pass --genisoimage to basevm script
If we have an alternative to genisoimage we really need to tell the script about it as well so it can use it. It will still default to genisoimage in case it is run outside our build machinery. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Robert Foley <robert.foley@linaro.org> Message-Id: <20200519132259.405-3-robert.foley@linaro.org>
Diffstat (limited to 'tests/vm/Makefile.include')
-rw-r--r--tests/vm/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 1bf9693d19..74ab522c55 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -56,6 +56,7 @@ $(IMAGES_DIR)/%.img: $(SRC_PATH)/tests/vm/% \
$(call quiet-command, \
$(PYTHON) $< \
$(if $(V)$(DEBUG), --debug) \
+ $(if $(GENISOIMAGE),--genisoimage $(GENISOIMAGE)) \
--image "$@" \
--force \
--build-image $@, \