diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-14 23:31:51 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:00 -0200 |
commit | d88f5fd13916aff43935c43004c52791569f4550 (patch) | |
tree | ac71d642251bfe35b92adfee97e941398e32b2a6 /configure | |
parent | f294f82aa3f10e2ade5a8b7b1e927ebbb24ad55c (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |