diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-10 13:10:47 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-12 10:05:38 -0600 |
commit | 0ac7cc2af500b948510f2481c22e84a57b0a2447 (patch) | |
tree | 1b4b6bb722844def46debf0adbfc3e4204d7b02e /configure | |
parent | 65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659 (diff) | |
download | qemu-0ac7cc2af500b948510f2481c22e84a57b0a2447.zip |
check-qstring: 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,10 +2800,10 @@ if test "$softmmu" = yes ; then tools="qemu-ga\$(EXESUF) $tools" fi if [ "$check_utests" = "yes" ]; then - checks="check-qstring check-qlist" + checks="check-qlist" checks="check-qjson $checks" fi - test_progs="$checks check-qdict check-qfloat check-qint test-coroutine test-qmp-output-visitor test-qmp-input-visitor" + test_progs="$checks check-qdict check-qfloat check-qint check-qstring test-coroutine test-qmp-output-visitor test-qmp-input-visitor" fi fi |