mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
check-qdict: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
dbfe06c62c
commit
ac531cb6e5
2 changed files with 121 additions and 145 deletions
4
configure
vendored
4
configure
vendored
|
@ -2800,10 +2800,10 @@ if test "$softmmu" = yes ; then
|
|||
tools="qemu-ga\$(EXESUF) $tools"
|
||||
fi
|
||||
if [ "$check_utests" = "yes" ]; then
|
||||
checks="check-qint check-qstring check-qdict check-qlist"
|
||||
checks="check-qint check-qstring check-qlist"
|
||||
checks="check-qfloat check-qjson $checks"
|
||||
fi
|
||||
test_progs="$checks test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
|
||||
test_progs="$checks check-qdict test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue