diff options
author | Fam Zheng | 2018-07-27 10:34:45 +0200 |
---|---|---|
committer | Fam Zheng | 2018-08-15 04:12:35 +0200 |
commit | af7e916869fc9aab5ba0511783417f1bc3f6df84 (patch) | |
tree | 16a07c8b71d5a16506a7520cbefa93c621799edd /tests | |
parent | tests/vm: Use make's --output-sync option (diff) | |
download | qemu-af7e916869fc9aab5ba0511783417f1bc3f6df84.tar.gz qemu-af7e916869fc9aab5ba0511783417f1bc3f6df84.tar.xz qemu-af7e916869fc9aab5ba0511783417f1bc3f6df84.zip |
tests/vm: Add vm-build-all/vm-clean-all in help text
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20180727083445.21436-1-famz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/Makefile.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 76f416286e..a98fb3027f 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -15,6 +15,9 @@ vm-test: @echo " vm-build-netbsd - Build QEMU in NetBSD VM" @echo " vm-build-openbsd - Build QEMU in OpenBSD VM" @echo " vm-build-centos - Build QEMU in CentOS VM, with Docker" + @echo "" + @echo " vm-build-all - Build QEMU in all VMs" + @echo " vm-clean-all - Clean up VM images" vm-build-all: $(addprefix vm-build-, $(IMAGES)) |