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,
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
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