aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorHuacai Chen <zltjiangshi@gmail.com>2020-05-05 18:24:51 +0800
committerAleksandar Markovic <aleksandar.qemu.devel@gmail.com>2020-06-01 13:28:21 +0200
commit9865f39db06d6c7c634d06684981861035412a48 (patch)
tree5d56c9f76f02deca558d391684437c916cff142f /tests/Makefile.include
parent4ec2a1f53e8aaa22924614b64dde97321126943e (diff)
tests/Makefile: Fix description of "make check"
The description of "make check" is out-of-date, so fix it by adding block and softfloat. Reviewed-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Huacai Chen <chenhc@lemote.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Message-Id: <1588674291-6486-1-git-send-email-chenhc@lemote.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index a00ccc94b8..6e3d6370df 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -4,7 +4,7 @@
check-help:
@echo "Regression testing targets:"
@echo
- @echo " $(MAKE) check Run unit, qapi-schema, qtest and decodetree"
+ @echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decodetree tests"
@echo
@echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target"
@echo " $(MAKE) check-qtest Run qtest tests"