From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PR-0007wO-QL for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz9PL-0005rv-Vp for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PL-0005rY-Kp for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:23 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p81FgM0J013252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Sep 2011 11:42:22 -0400 From: Gerd Hoffmann Date: Thu, 1 Sep 2011 17:42:15 +0200 Message-Id: <1314891739-1881-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] add "make check" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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. 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(-)