On 20/08/20 12:33, Peter Maydell wrote: > 'make check' still fails for the all-linux-static config, this > time for a different reason: > > make: *** No rule to make target 'check-qtest', needed by 'check'. Stop.
Oh, there are two "check:" rules. I pushed again the tag with just this delta: diff --git a/tests/Makefile.include b/tests/Makefile.include index ae4315e00e..9ac8f5b86a 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -526,13 +526,12 @@ check-acceptance: check-venv $(TESTS_RESULTS_DIR) get-vm-images check-block: check-build: build-unit -check: check-unit check-clean: rm -rf $(check-unit-y) tests/*.o tests/*/*.o $(QEMU_IOTESTS_HELPERS-y) rm -f tests/test-qapi-gen-timestamp rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR) -check: check-block check-qapi-schema check-unit check-qtest check-decodetree +check: check-unit clean: check-clean If any more reasonable expectations from the older build system turn out to be broken, like in the binaries case, I will be happy to accomodate them Paolo