From: Huacai Chen Date: Tue, 5 May 2020 10:24:51 +0000 (+0800) Subject: tests/Makefile: Fix description of "make check" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9865f39db06d6c7c634d06684981861035412a48;p=qemu.git 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 Signed-off-by: Huacai Chen Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Aleksandar Markovic Signed-off-by: Aleksandar Markovic Message-Id: <1588674291-6486-1-git-send-email-chenhc@lemote.com> --- 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"