Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-17 Thread Anthony Liguori
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. gte

Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-17 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-17 Thread Paolo Bonzini
On 01/16/2012 07:14 PM, Anthony Liguori wrote: 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 o

Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-16 Thread Anthony Liguori
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. Loo

Re: [Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-16 Thread Paolo Bonzini
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 t

[Qemu-devel] [PATCH 4/6] make: add check targets based on gtester

2012-01-13 Thread Anthony Liguori
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. Signed-off-by: Anthony Liguori --- scripts/gtester-cat | 32 test