From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIge-0002A1-T4 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:03:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIga-0002Af-G3 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:03:48 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:52855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIga-00025Q-CY for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:03:44 -0400 Received: by mail-qy0-f180.google.com with SMTP id 38so1027217qyl.4 for ; Tue, 01 Nov 2011 11:03:44 -0700 (PDT) Message-ID: <4EB0347C.6020805@codemonkey.ws> Date: Tue, 01 Nov 2011 13:03:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314891739-1881-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1314891739-1881-1-git-send-email-kraxel@redhat.com> 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/01/2011 10:42 AM, Gerd Hoffmann wrote: > 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. Applied all. Thanks. Regards, Anthony Liguori > > cheers, > Gerd > > Gerd Hoffmann (4): > Probe for libcheck by default. > move checks to separate variable > add "make check" target > add test-coroutine to checks > > Makefile | 10 ++++++++-- > configure | 7 ++++--- > 2 files changed, 12 insertions(+), 5 deletions(-) > > >