]> git.proxmox.com Git - mirror_qemu.git/commitdiff
check-help: visual and content improvements
authorCleber Rosa <crosa@redhat.com>
Fri, 9 Nov 2018 15:07:10 +0000 (10:07 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 17 Jan 2019 19:52:40 +0000 (17:52 -0200)
The "check" target is not a target that will run all other tests
listed, so in order to be accurate it's necessary to list those that
will run.  The same is true for "check-clean".

Then, to give a better visual impression of the differences in the
various targets, let's add empty lines.

Finally, a small (and hopeful) grammar fix from a non-native speaker.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20181109150710.31085-5-crosa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
tests/Makefile.include

index f8d4399293546251e29919ec42eae3d8f13fa953..9348451450294be1461b03c5c0bca486d94edb59 100644 (file)
@@ -3,7 +3,8 @@
 check-help:
        @echo "Regression testing targets:"
        @echo
-       @echo " $(MAKE) check                Run all tests"
+       @echo " $(MAKE) check                Run unit, qapi-schema, qtest and decodetree"
+       @echo
        @echo " $(MAKE) check-qtest-TARGET   Run qtest tests for given target"
        @echo " $(MAKE) check-qtest          Run qtest tests"
        @echo " $(MAKE) check-unit           Run qobject tests"
@@ -12,12 +13,13 @@ check-help:
        @echo " $(MAKE) check-block          Run block tests"
        @echo " $(MAKE) check-tcg            Run TCG tests"
        @echo " $(MAKE) check-acceptance     Run all acceptance (functional) tests"
+       @echo
        @echo " $(MAKE) check-report.html    Generates an HTML test report"
        @echo " $(MAKE) check-venv           Creates a Python venv for tests"
-       @echo " $(MAKE) check-clean          Clean the tests"
+       @echo " $(MAKE) check-clean          Clean the tests and related data"
        @echo
        @echo "Please note that HTML reports do not regenerate if the unit tests"
-       @echo "has not changed."
+       @echo "have not changed."
        @echo
        @echo "The variable SPEED can be set to control the gtester speed setting."
        @echo "Default options are -k and (for $(MAKE) V=1) --verbose; they can be"