qemu-iotests: move check-block back to Makefiles
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 13:31:56 +0000 (09:31 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 05:17:09 +0000 (07:17 +0200)
commite781190cda3d8b4e17ac0a6985570a485e164d89
treefbcd7a236e349369c22f8dbcbeab94b71d6ee10b
parente11bd71f89649da3cff439c030d2ccac0cc914e3
qemu-iotests: move check-block back to Makefiles

check-block has its own test harness, unlike every other test.  If
we capture its output, as is in general nicer to do without V=1,
there will be no sign of progress.  So for lack of a better option
just move the invocation of the test back to Makefile rules.

As a side effect, this will also fix "make check" in --disable-tools
builds, as they were trying to run qemu-iotests without having
made qemu-img before.

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