From d88f5fd13916aff43935c43004c52791569f4550 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 14 Nov 2011 23:31:51 -0200 Subject: Introduce test-qmp-input-visitor Contains unit-tests for the QMP input visitor implementation. Signed-off-by: Luiz Capitulino --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cae1f03..21fa406 100755 --- a/configure +++ b/configure @@ -2745,7 +2745,7 @@ if test "$softmmu" = yes ; then checks="check-qint check-qstring check-qdict check-qlist" checks="check-qfloat check-qjson $checks" fi - test_progs="$checks test-coroutine test-qmp-output-visitor" + test_progs="$checks test-coroutine test-qmp-output-visitor test-qmp-input-visitor" fi fi -- cgit v1.1