diff options
author | Anthony Liguori | 2009-11-11 17:39:47 +0100 |
---|---|---|
committer | Anthony Liguori | 2009-11-17 15:49:39 +0100 |
commit | 422c46a81d41748d5d944b68c4b81b58092ca34e (patch) | |
tree | 19d19884dfc8c479063524328ba8fb8313ee1518 /configure | |
parent | Add a QObject JSON wrapper (diff) | |
download | qemu-422c46a81d41748d5d944b68c4b81b58092ca34e.tar.gz qemu-422c46a81d41748d5d944b68c4b81b58092ca34e.tar.xz 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" |