summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-11-11 10:39:47 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-17 08:49:39 -0600
commit422c46a81d41748d5d944b68c4b81b58092ca34e (patch)
tree19d19884dfc8c479063524328ba8fb8313ee1518 /configure
parentb4748b9b943fa3a695aef49931fda8ac41702f24 (diff)
downloadhqemu-422c46a81d41748d5d944b68c4b81b58092ca34e.zip
hqemu-422c46a81d41748d5d944b68c4b81b58092ca34e.tar.gz
Add a unit test for JSON support
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 10d92d3..73f8b7b 100755
--- a/configure
+++ b/configure
@@ -2092,7 +2092,7 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
tools="qemu-nbd\$(EXESUF) qemu-io\$(EXESUF) $tools"
if [ "$check_utests" = "yes" ]; then
tools="check-qint check-qstring check-qdict check-qlist $tools"
- tools="check-qfloat $tools"
+ tools="check-qfloat check-qjson $tools"
fi
elif test "$mingw32" = "yes" ; then
tools="qemu-io\$(EXESUF) $tools"
OpenPOWER on IntegriCloud