Re: [Qemu-devel] [PATCH 14/15] qapi: add test-libqmp

2011-03-12 Thread Anthony Liguori
On 03/12/2011 05:23 AM, Blue Swirl wrote: On Sat, Mar 12, 2011 at 1:05 AM, Anthony Liguori wrote: This provides a glib-test based testing framework for QMP Signed-off-by: Anthony Liguori diff --git a/Makefile b/Makefile index 5170675..1d363d7 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,

Re: [Qemu-devel] [PATCH 14/15] qapi: add test-libqmp

2011-03-12 Thread Blue Swirl
On Sat, Mar 12, 2011 at 1:05 AM, Anthony Liguori wrote: > This provides a glib-test based testing framework for QMP > > Signed-off-by: Anthony Liguori > > diff --git a/Makefile b/Makefile > index 5170675..1d363d7 100644 > --- a/Makefile > +++ b/Makefile > @@ -72,6 +72,8 @@ defconfig: > >  -includ

[Qemu-devel] [PATCH 14/15] qapi: add test-libqmp

2011-03-11 Thread Anthony Liguori
This provides a glib-test based testing framework for QMP Signed-off-by: Anthony Liguori diff --git a/Makefile b/Makefile index 5170675..1d363d7 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,8 @@ defconfig: -include config-all-devices.mak +TOOLS += test-libqmp + build-all: $(DOCS) $(TO