summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori2012-01-10 20:10:44 +0100
committerAnthony Liguori2012-01-12 17:05:37 +0100
commitac531cb6e542b1e61d668604adf9dc5306a948c0 (patch)
tree8227c01e46165bc064a1b3216fdb39909d193b45 /configure
parentbuild: split unit test builds to a separate makefile fragment (diff)
downloadqemu-ac531cb6e542b1e61d668604adf9dc5306a948c0.tar.gz
qemu-ac531cb6e542b1e61d668604adf9dc5306a948c0.tar.xz
qemu-ac531cb6e542b1e61d668604adf9dc5306a948c0.zip
check-qdict: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 79790b3346..7e3f28fdd5 100755
--- a/configure
+++ b/configure
@@ -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