From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzC2B-0005GI-38 for qemu-devel@nongnu.org; Sat, 17 Oct 2009 12:21:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzC26-0005EO-D6 for qemu-devel@nongnu.org; Sat, 17 Oct 2009 12:21:34 -0400 Received: from [199.232.76.173] (port=56735 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzC26-0005EG-6H for qemu-devel@nongnu.org; Sat, 17 Oct 2009 12:21:30 -0400 Received: from mail-px0-f179.google.com ([209.85.216.179]:34922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzC25-0005QU-Mo for qemu-devel@nongnu.org; Sat, 17 Oct 2009 12:21:29 -0400 Received: by pxi9 with SMTP id 9so270116pxi.4 for ; Sat, 17 Oct 2009 09:21:28 -0700 (PDT) Message-ID: <4AD9EF04.6000004@codemonkey.ws> Date: Sat, 17 Oct 2009 11:21:24 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 03/11] Add a test case for qfloat References: <1255786571-3528-1-git-send-email-aliguori@us.ibm.com> <1255786571-3528-4-git-send-email-aliguori@us.ibm.com> <20091017140000.GA9922@laped.iglesias.mooo.com> In-Reply-To: <20091017140000.GA9922@laped.iglesias.mooo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Anthony Liguori , qemu-devel@nongnu.org Edgar E. Iglesias wrote: > On Sat, Oct 17, 2009 at 08:36:03AM -0500, Anthony Liguori wrote: > >> Signed-off-by: Anthony Liguori >> --- >> Makefile | 2 + >> check-qfloat.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> > > > Hello Anthony, > > Shouldn't we put these tests under tests/something/ ? > Indeed, I think that would clean up things a bit too as the configure/Makefile integration is a bit awkward. I'll take a look. Regards, Anthony Liguori