diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-14 19:05:29 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:00 -0200 |
commit | f294f82aa3f10e2ade5a8b7b1e927ebbb24ad55c (patch) | |
tree | 85564dcd9f23db04f7a20315f739f40102f975fc /configure | |
parent | 4ec0263e2ccad312cbaff1aa12ace1721113c2f1 (diff) |
Introduce test-qmp-output-visitor
Contains unit-tests for the QMP output 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_progs="$checks test-coroutine test-qmp-output-visitor" fi fi |