From: Paolo Bonzini Date: Wed, 6 Oct 2021 08:33:15 +0000 (-0400) Subject: tests: add missing dependency for check-block X-Git-Tag: v6.2.0-rc0~58^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8009806ec81ff2caa711c99e87ca394f9ba50565;p=thirdparty%2Fqemu.git tests: add missing dependency for check-block qemu-iotests run qemu-storage-daemon, make sure it is up to date. Signed-off-by: Paolo Bonzini --- diff --git a/tests/Makefile.include b/tests/Makefile.include index 7bb8961515c..cc1e4f2c074 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -151,6 +151,7 @@ ifeq ($(CONFIG_TOOLS)$(CONFIG_POSIX),yy) check: check-block export PYTHON check-block: $(SRC_PATH)/tests/check-block.sh qemu-img$(EXESUF) \ + storage-daemon/qemu-storage-daemon$(EXESUF) \ qemu-io$(EXESUF) qemu-nbd$(EXESUF) $(QEMU_IOTESTS_HELPERS-y) \ $(filter qemu-system-%, $(ninja-targets)) @$<