From: Markus Armbruster Date: Tue, 19 Mar 2019 07:21:04 +0000 (+0100) Subject: tests: Make check-block a phony target X-Git-Tag: v4.0.0-rc3~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e20c81ed87cb15cd04f929b075e244e0758641a;p=thirdparty%2Fqemu.git tests: Make check-block a phony target Fixes: b93b63f574c "test makefile overhaul" Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Message-Id: <20190319072104.32591-1-armbru@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/tests/Makefile.include b/tests/Makefile.include index 6b904d74303..36fc73fef55 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))