e781190cda
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>
7 lines
211 B
Meson
7 lines
211 B
Meson
if 'CONFIG_LINUX' in config_host
|
|
socket_scm_helper = executable('socket_scm_helper', 'socket_scm_helper.c',
|
|
build_by_default: false)
|
|
else
|
|
socket_scm_helper = []
|
|
endif
|