mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Add a unit test for JSON support
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b4748b9b94
commit
422c46a81d
3 changed files with 619 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -2092,7 +2092,7 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
|
|||
tools="qemu-nbd\$(EXESUF) qemu-io\$(EXESUF) $tools"
|
||||
if [ "$check_utests" = "yes" ]; then
|
||||
tools="check-qint check-qstring check-qdict check-qlist $tools"
|
||||
tools="check-qfloat $tools"
|
||||
tools="check-qfloat check-qjson $tools"
|
||||
fi
|
||||
elif test "$mingw32" = "yes" ; then
|
||||
tools="qemu-io\$(EXESUF) $tools"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue