From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNqh-0004Wq-CW for qemu-devel@nongnu.org; Thu, 10 May 2012 03:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSNqb-0005XK-8m for qemu-devel@nongnu.org; Thu, 10 May 2012 03:31:42 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:59833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNqa-0005XD-Vt for qemu-devel@nongnu.org; Thu, 10 May 2012 03:31:37 -0400 Received: by dadv2 with SMTP id v2so1839386dad.4 for ; Thu, 10 May 2012 00:31:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FAB6ED0.7000006@redhat.com> Date: Thu, 10 May 2012 09:31:28 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1336492304-26256-1-git-send-email-kwolf@redhat.com> <1336492304-26256-3-git-send-email-kwolf@redhat.com> <4FAAA54B.3060904@suse.de> In-Reply-To: <4FAAA54B.3060904@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] qtest: Add floppy test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Kevin Wolf , Blue Swirl , qemu-devel@nongnu.org, Stefan Weil Il 09/05/2012 19:11, Andreas Färber ha scritto: >> > # 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 > $(EXESUF)? In practice qtests will only run on machines with empty EXESUF, so it makes really no difference. Consistency would be nice though. >> > 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) > Or are these wrong? Paolo