]> git.proxmox.com Git - qemu.git/commitdiff
tests/Makefile: Add missing $(EXESUF)
authorKevin Wolf <kwolf@redhat.com>
Thu, 10 May 2012 07:46:18 +0000 (09:46 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 10 May 2012 09:01:59 +0000 (11:01 +0200)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/Makefile

index a7697bd451dadd2ab2f5f7dee45d6d699956aa95..20e4da9fb2616b0ac7623c0940deb44fcfd4c29a 100644 (file)
@@ -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)