From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmr5H-0004Z7-8g for qemu-devel@nongnu.org; Mon, 16 Jan 2012 13:15:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rmr58-0001dq-Eo for qemu-devel@nongnu.org; Mon, 16 Jan 2012 13:15:07 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:38640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmr58-0001de-AG for qemu-devel@nongnu.org; Mon, 16 Jan 2012 13:14:58 -0500 Received: by iaeo4 with SMTP id o4so9045203iae.4 for ; Mon, 16 Jan 2012 10:14:57 -0800 (PST) Message-ID: <4F14691D.1020201@codemonkey.ws> Date: Mon, 16 Jan 2012 12:14:53 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326479558-3016-1-git-send-email-aliguori@us.ibm.com> <1326479558-3016-4-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 01/16/2012 11:16 AM, Paolo Bonzini wrote: > 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... Yes, I had a similar reaction. But it's good enough for our purposes and only depends on our mandatory dependencies. Regards, Anthony Liguori > Paolo > > >