diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-11 10:39:47 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:39 -0600 |
commit | 422c46a81d41748d5d944b68c4b81b58092ca34e (patch) | |
tree | 19d19884dfc8c479063524328ba8fb8313ee1518 /configure | |
parent | b4748b9b943fa3a695aef49931fda8ac41702f24 (diff) | |
download | qemu-422c46a81d41748d5d944b68c4b81b58092ca34e.tar.gz qemu-422c46a81d41748d5d944b68c4b81b58092ca34e.tar.bz2 qemu-422c46a81d41748d5d944b68c4b81b58092ca34e.zip |
Add a unit test for JSON support
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |