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>
This commit is contained in:
parent
6014548523
commit
8009806ec8
@ -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))
|
||||
@$<
|
||||
|
Loading…
Reference in New Issue
Block a user