diff mbox

tests/Makefile: Add missing $(EXESUF)

Message ID 1336636114-3582-1-git-send-email-kwolf@redhat.com
State New
Headers show

Commit Message

Kevin Wolf May 10, 2012, 7:48 a.m. UTC
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---

To be applied on top of the floppy qtest patch.

 tests/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Andreas Färber May 10, 2012, 1:59 p.m. UTC | #1
Am 10.05.2012 09:48, schrieb Kevin Wolf:
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> 
> To be applied on top of the floppy qtest patch.

Reviewed-by: Andreas Färber <afaerber@suse.de>

/-F
diff mbox

Patch

diff --git a/tests/Makefile b/tests/Makefile
index a7697bd..20e4da9 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)