tests: Fix broken targets check-report-qtest-*
commit47c719964a8240c99d4b7a2b4695ae026c619b83
authorStefan Weil <sw@weilnetz.de>
Mon, 20 Jul 2015 16:21:18 +0000 (20 12:21 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 20 Jul 2015 18:26:41 +0000 (20 14:26 -0400)
tree19bc385569dca95f6caa518e11d61b217af1856b
parent09b61db7c140c5a71bfde36614c5a1f4f0d382a6
tests: Fix broken targets check-report-qtest-*

They need QTEST_QEMU_IMG. Without it, the tests raise an assertion:

$ make -C bin check-report-qtest-i386.xml
make: Entering directory 'bin'
GTESTER check-report-qtest-i386.xml
blkdebug: Suspended request 'A'
blkdebug: Resuming request 'A'
ahci-test: tests/libqos/libqos.c:162:
 mkimg: Assertion `qemu_img_path' failed.
main-loop: WARNING: I/O thread spun for 1000 iterations

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 1437231284-17455-1-git-send-email-sw@weilnetz.de
Signed-off-by: John Snow <jsnow@redhat.com>
tests/Makefile