diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-05-19 09:22:49 -0400 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-05-27 14:13:34 +0100 |
commit | 92fecad3d3ed3cbfd0a6b4408bb80920de803dca (patch) | |
tree | f4dbc7751ec6cf0a597936476c1da15f9fd9b7a6 /tests/vm/Makefile.include | |
parent | 3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c (diff) | |
download | 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.include | 1 |
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 $@, \ |