From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7kAb-0001sn-5o for qemu-devel@nongnu.org; Wed, 14 Mar 2012 05:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7kAV-0002M8-0X for qemu-devel@nongnu.org; Wed, 14 Mar 2012 05:06:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7kAU-0002M2-Ox for qemu-devel@nongnu.org; Wed, 14 Mar 2012 05:06:50 -0400 Message-ID: <4F60607C.8050102@redhat.com> Date: Wed, 14 Mar 2012 10:10:20 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1331707448-3880-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1331707448-3880-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] w32: Support tests (make check) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , qemu-devel@nongnu.org, =?ISO-8859-15?Q?Andreas_F=E4rber?= Am 14.03.2012 07:44, schrieb Stefan Weil: > Adding $(EXESUF) is needed to make those tests work on w32 hosts, too. > > v2: > Rebased, added new tests, tests sorted alphabetically. > > v3: > Rebased, $(EXESUF) for qemu-img, qemu-io which were recently added. I have no idea if there's any chance of qemu-iotests successfully on win32, but in order to make it actually run I think you would have to change the file names in tests/qemu-iotests-quick.sh as well. Kevin