From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PU-0007wg-4V for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz9PM-0005s5-0D for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PL-0005re-Nn for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:23 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p81FgNOf015422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Sep 2011 11:42:23 -0400 From: Gerd Hoffmann Date: Thu, 1 Sep 2011 17:42:19 +0200 Message-Id: <1314891739-1881-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1314891739-1881-1-git-send-email-kraxel@redhat.com> References: <1314891739-1881-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 4/4] add test-coroutine to checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann There is a "test-coroutine" which isn't in the list. Add it so "make check" runs it too. Signed-off-by: Gerd Hoffmann --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 44b3295..b677801 100755 --- a/configure +++ b/configure @@ -2631,7 +2631,7 @@ if test "$softmmu" = yes ; then fi if [ "$check_utests" = "yes" ]; then checks="check-qint check-qstring check-qdict check-qlist" - checks="check-qfloat check-qjson $checks" + checks="check-qfloat check-qjson test-coroutine $checks" fi fi fi -- 1.7.1