check-qdict: convert to gtest

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2012-01-10 13:10:44 -06:00
parent dbfe06c62c
commit ac531cb6e5
2 changed files with 121 additions and 145 deletions

4
configure vendored
View file

@ -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