From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn9vz-0002In-S5 for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:22:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rn9vu-0003uK-5P for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:22:47 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:35031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn9vt-0003uG-WD for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:22:42 -0500 Received: by iaeo4 with SMTP id o4so10753262iae.4 for ; Tue, 17 Jan 2012 06:22:41 -0800 (PST) Message-ID: <4F15842C.8070604@codemonkey.ws> Date: Tue, 17 Jan 2012 08:22:36 -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> <4F157FE6.9080505@redhat.com> In-Reply-To: <4F157FE6.9080505@redhat.com> 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 On 01/17/2012 08:04 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. > > gtester-report here (Fedora 16) has a bug where it needs something like this: > > > qemu > 0.0 > rev > > > inside the tag. Any chance you could generate these tags from > gtester-cat so that gtester-report actually works? Sure. Regards, Anthony Liguori > Paolo