mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Introduce test-qmp-output-visitor
Contains unit-tests for the QMP output visitor implementation. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
4ec0263e2c
commit
f294f82aa3
4 changed files with 434 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue