summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorMarkus Armbruster2019-03-19 08:21:04 +0100
committerPaolo Bonzini2019-04-09 18:34:21 +0200
commit3e20c81ed87cb15cd04f929b075e244e0758641a (patch)
tree7c7eb33ef66033fd66a7daf82ecd2b32af53b82d /tests/Makefile.include
parenthw/i386/pc: Fix crash when hot-plugging nvdimm on older machine types (diff)
downloadqemu-3e20c81ed87cb15cd04f929b075e244e0758641a.tar.gz
qemu-3e20c81ed87cb15cd04f929b075e244e0758641a.tar.xz
qemu-3e20c81ed87cb15cd04f929b075e244e0758641a.zip
tests: Make check-block a phony target
Fixes: b93b63f574c "test makefile overhaul" Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190319072104.32591-1-armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.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 6b904d7430..36fc73fef5 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -1164,7 +1164,7 @@ check-acceptance: check-venv $(TESTS_RESULTS_DIR)
# Consolidated targets
-.PHONY: check-qapi-schema check-qtest check-unit check check-clean
+.PHONY: check-block check-qapi-schema check-qtest check-unit check check-clean
check-qapi-schema: $(patsubst %,check-%, $(check-qapi-schema-y)) check-tests/qapi-schema/doc-good.texi
check-qtest: $(patsubst %,check-qtest-%, $(QTEST_TARGETS))
check-block: $(patsubst %,check-%, $(check-block-y))