From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIPiO-0002X7-PF for qemu-devel@nongnu.org; Mon, 24 Oct 2011 14:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIPiN-0002Eo-KO for qemu-devel@nongnu.org; Mon, 24 Oct 2011 14:57:40 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:42930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIPiN-0002Ek-Fv for qemu-devel@nongnu.org; Mon, 24 Oct 2011 14:57:39 -0400 Received: by gyg10 with SMTP id 10so7640632gyg.4 for ; Mon, 24 Oct 2011 11:57:38 -0700 (PDT) Message-ID: <4EA5B51F.8040502@codemonkey.ws> Date: Mon, 24 Oct 2011 13:57:35 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314891739-1881-1-git-send-email-kraxel@redhat.com> <20111024184320.GA29718@otherpad.lan.raisama.net> In-Reply-To: <20111024184320.GA29718@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] add "make check" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Gerd Hoffmann , qemu-devel@nongnu.org On 10/24/2011 01:43 PM, Eduardo Habkost wrote: > On Mon, Sep 05, 2011 at 09:55:20AM +0200, Markus Armbruster wrote: >> Gerd Hoffmann writes: >> >>> Hi, >>> >>> This patch series intends to make unit testing easier. It adds a new >>> "make check" target which can be used to run all unit tests which are >>> currently in the tree. It also enables the unit tests by default, so >>> you don't have to re-run configure with a special switch. >> >> Reviewed-by: Markus Armbruster >> >> One test fails, but Luiz has a fix in his tree. > > Reviewed-by: Eduardo Habkost > > Now all tests are passing. Why this was not applied yet? I was hoping for more, but maybe we just need to start here and grow organically, I'll queue it again. Regards, Anthony Liguori >