OSDN Git Service

build: fix "make check" without earlier "make"
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Oct 2021 08:18:27 +0000 (04:18 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:22 +0000 (10:47 +0200)
commit097a5f19a357b6bc699a05ccd119bfa89ea409cc
tree750ffba2c632637d09e03f7edb9424c797a5dbda
parent8009806ec81ff2caa711c99e87ca394f9ba50565
build: fix "make check" without earlier "make"

"make check", if not preceded by "make", will not build the tools
needed by qemu-iotests.  This happens because qemu-iotests, aka
"make check-block", is not yet part of meson.build.

While at it, remove the reference to the now-dead QEMU_IOTESTS_HELPERS-y
variable.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include