qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests/Makefile: Add missing $(EXESUF)
@ 2012-05-10  7:48 Kevin Wolf
  2012-05-10 13:59 ` Andreas Färber
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wolf @ 2012-05-10  7:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, afaerber

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(-)

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)
-- 
1.7.6.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] tests/Makefile: Add missing $(EXESUF)
  2012-05-10  7:48 [Qemu-devel] [PATCH] tests/Makefile: Add missing $(EXESUF) Kevin Wolf
@ 2012-05-10 13:59 ` Andreas Färber
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Färber @ 2012-05-10 13:59 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel

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

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  7:48 [Qemu-devel] [PATCH] tests/Makefile: Add missing $(EXESUF) Kevin Wolf
2012-05-10 13:59 ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).