diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-10 13:10:48 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-12 10:05:38 -0600 |
commit | 91479dd0b5bd3b087b92ddd7bc3f2c54982cfe17 (patch) | |
tree | 7e2716a5faf50b4a5de557c3290fd13d18bc0ff9 /configure | |
parent | 0ac7cc2af500b948510f2481c22e84a57b0a2447 (diff) | |
download | qemu-91479dd0b5bd3b087b92ddd7bc3f2c54982cfe17.zip |
check-qlist: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2800,10 +2800,9 @@ if test "$softmmu" = yes ; then tools="qemu-ga\$(EXESUF) $tools" fi if [ "$check_utests" = "yes" ]; then - checks="check-qlist" checks="check-qjson $checks" fi - test_progs="$checks check-qdict check-qfloat check-qint check-qstring test-coroutine test-qmp-output-visitor test-qmp-input-visitor" + test_progs="$checks check-qdict check-qfloat check-qint check-qstring check-qlist test-coroutine test-qmp-output-visitor test-qmp-input-visitor" fi fi |