From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QONmz-0007To-LD for qemu-devel@nongnu.org; Mon, 23 May 2011 01:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QONmy-0004Fj-Gw for qemu-devel@nongnu.org; Mon, 23 May 2011 01:34:49 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:64766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QONmy-0004Fd-E2 for qemu-devel@nongnu.org; Mon, 23 May 2011 01:34:48 -0400 Received: by gyg4 with SMTP id 4so2306965gyg.4 for ; Sun, 22 May 2011 22:34:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DD6E7D0.7060409@codemonkey.ws> References: <1305889177-10490-1-git-send-email-stefanha@linux.vnet.ibm.com> <1305889177-10490-3-git-send-email-stefanha@linux.vnet.ibm.com> <4DD6E7D0.7060409@codemonkey.ws> Date: Mon, 23 May 2011 06:34:46 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 2/3] coroutine: add check-coroutine automated tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org, Blue Swirl , Paolo Bonzini , Venkateswararao Jujjuri On Fri, May 20, 2011 at 11:14 PM, Anthony Liguori w= rote: > On 05/20/2011 05:59 AM, Stefan Hajnoczi wrote: >> >> To run automated tests for coroutines: >> >> =A0 make check-coroutine >> =A0 ./check-coroutine >> >> On success the program terminates with exit status 0. =A0On failure an >> error message is written to stderr and the program exits with exit >> status 1. >> >> Signed-off-by: Stefan Hajnoczi > > Can you include the glib patch and switch this to a gtest based test? =A0= I > don't want to introduce more libcheck tests. This isn't a libcheck test. I'm happy to user gtester though. Stefan