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