]> Git Repo - qemu.git/commit
qemu-iotests: Add dependency to qemu-nbd tool
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 7 Mar 2019 15:10:46 +0000 (16:10 +0100)
committerKevin Wolf <[email protected]>
Fri, 8 Mar 2019 11:26:46 +0000 (12:26 +0100)
commit9c2b28e4584f51896e4889239464ec0e469b96fa
tree9753dc085d41a5c1d05479f2c029edde5f12a0f8
parent377213f4d1373feee1621e32870f19eb515b7388
qemu-iotests: Add dependency to qemu-nbd tool

Since a9660664fde, some iotests use qemu-nbd.
Add a dependency to build it before using it.
This fixes:

  $ make check-block
    GEN     qemu-img-cmds.h
    CC      qemu-img.o
    LINK    qemu-img
    CC      qemu-io.o
    LINK    qemu-io
    CC      tests/qemu-iotests/socket_scm_helper.o
    LINK    tests/qemu-iotests/socket_scm_helper
  tests/qemu-iotests-quick.sh
  check: qemu-nbd not found
  make: *** [tests/Makefile.include:1059: check-tests/qemu-iotests-quick.sh] Error 1

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/Makefile.include
This page took 0.026897 seconds and 4 git commands to generate.