summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorPaolo Bonzini2021-10-06 10:33:15 +0200
committerPaolo Bonzini2021-10-13 10:46:53 +0200
commit8009806ec81ff2caa711c99e87ca394f9ba50565 (patch)
treefb992dedb4db9bd4fec209533ef107e70f3c723f /tests/Makefile.include
parentMAINTAINERS: Add myself as reviewer of the 'Memory API' (diff)
downloadqemu-8009806ec81ff2caa711c99e87ca394f9ba50565.tar.gz
qemu-8009806ec81ff2caa711c99e87ca394f9ba50565.tar.xz
qemu-8009806ec81ff2caa711c99e87ca394f9ba50565.zip
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 <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 7bb8961515..cc1e4f2c07 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))
@$<