From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn9eI-0004Im-FL for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:04:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rn9eH-000062-8F for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:04:30 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:55526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rn9eH-00005w-22 for qemu-devel@nongnu.org; Tue, 17 Jan 2012 09:04:29 -0500 Received: by iaeo4 with SMTP id o4so10728506iae.4 for ; Tue, 17 Jan 2012 06:04:28 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F157FE6.9080505@redhat.com> Date: Tue, 17 Jan 2012 15:04:22 +0100 From: Paolo Bonzini 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: <1326479558-3016-4-git-send-email-aliguori@us.ibm.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: qemu-devel , Anthony Liguori 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? Paolo