From 422c46a81d41748d5d944b68c4b81b58092ca34e Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 11 Nov 2009 10:39:47 -0600 Subject: Add a unit test for JSON support Signed-off-by: Anthony Liguori --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 10d92d36a1..73f8b7bb55 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" -- cgit v1.2.3