tests/vm: Add vm-build-all/vm-clean-all in help text
authorFam Zheng <famz@redhat.com>
Fri, 27 Jul 2018 08:34:45 +0000 (16:34 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 15 Aug 2018 02:12:35 +0000 (10:12 +0800)
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>
tests/vm/Makefile.include

index 76f416286ea0a0188dd4c74a938580c7288d6073..a98fb3027fd96c86ceba9a20b16466fb14ce1a36 100644 (file)
@@ -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))