From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmqAM-00009O-Ka for qemu-devel@nongnu.org; Mon, 16 Jan 2012 12:16:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmqAL-0000Rp-Dc for qemu-devel@nongnu.org; Mon, 16 Jan 2012 12:16:18 -0500 Received: from lo.gmane.org ([80.91.229.12]:46294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmqAL-0000Ra-71 for qemu-devel@nongnu.org; Mon, 16 Jan 2012 12:16:17 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RmqAH-00037q-K1 for qemu-devel@nongnu.org; Mon, 16 Jan 2012 18:16:13 +0100 Received: from 93-34-200-238.ip51.fastwebnet.it ([93.34.200.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jan 2012 18:16:13 +0100 Received: from pbonzini by 93-34-200-238.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jan 2012 18:16:13 +0100 From: Paolo Bonzini Date: Mon, 16 Jan 2012 18:16:00 +0100 Message-ID: References: <1326479558-3016-1-git-send-email-aliguori@us.ibm.com> <1326479558-3016-4-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1326479558-3016-4-git-send-email-aliguori@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 01/13/2012 07:32 PM, Anthony Liguori wrote: > This will run all tests through gtester. The main targets are: > > $ make check > > Which will run each unit test and: > > $ make check-report.html > > Which will generate a nice HTML report of the test status. Looks like there isn't any documentation about the protocol that gtester uses, and no Python implementation of the same in any other language. Or dually, no support for TAP output in gtester. :/ I would have expected a bit less NIH from glib, but oh well... Paolo