From: Kevin Wolf Date: Thu, 10 May 2012 07:46:18 +0000 (+0200) Subject: tests/Makefile: Add missing $(EXESUF) X-Git-Tag: v1.1-rc2~24^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6c806637fac6d94e4c9608891e5adf48440cee46;p=qemu.git tests/Makefile: Add missing $(EXESUF) Signed-off-by: Kevin Wolf --- diff --git a/tests/Makefile b/tests/Makefile index a7697bd45..20e4da9fb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -18,8 +18,8 @@ check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh # All QTests for now are POSIX-only, but the dependencies are # really in libqtest, not in the testcases themselves. -check-qtest-i386-y = tests/rtc-test -check-qtest-i386-y = tests/fdc-test +check-qtest-i386-y = tests/rtc-test$(EXESUF) +check-qtest-i386-y = tests/fdc-test$(EXESUF) check-qtest-x86_64-y = $(check-qtest-i386-y) check-qtest-sparc-y = tests/m48t59-test$(EXESUF) check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)