From: Stefan Weil Date: Mon, 20 Jul 2015 16:21:18 +0000 (-0400) Subject: tests: Fix broken targets check-report-qtest-* X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~41^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47c719964a8240c99d4b7a2b4695ae026c619b83;p=sdk%2Femulator%2Fqemu.git 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 Reviewed-by: John Snow Message-id: 1437231284-17455-1-git-send-email-sw@weilnetz.de Signed-off-by: John Snow --- diff --git a/tests/Makefile b/tests/Makefile index 2c4b8dc..8d26736 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -478,6 +478,7 @@ $(patsubst %, check-%, $(check-unit-y)): check-%: % $(patsubst %, check-report-qtest-%.xml, $(QTEST_TARGETS)): check-report-qtest-%.xml: $(check-qtest-y) $(call quiet-command,QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ + QTEST_QEMU_IMG=qemu-img$(EXESUF) \ gtester -q $(GTESTER_OPTIONS) -o $@ -m=$(SPEED) $(check-qtest-$*-y),"GTESTER $@") check-report-unit.xml: $(check-unit-y)