summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-11-14 23:31:51 -0200
committerLuiz Capitulino <lcapitulino@redhat.com>2011-12-06 11:40:00 -0200
commitd88f5fd13916aff43935c43004c52791569f4550 (patch)
treeac71d642251bfe35b92adfee97e941398e32b2a6 /configure
parentf294f82aa3f10e2ade5a8b7b1e927ebbb24ad55c (diff)
downloadqemu-d88f5fd13916aff43935c43004c52791569f4550.tar.gz
Introduce test-qmp-input-visitor
Contains unit-tests for the QMP input visitor implementation. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cae1f03115..21fa406378 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