aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-01-10 13:10:45 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-01-12 10:05:37 -0600
commita9e1c28ddaae5a48415fec1f336b5560eb85d3e1 (patch)
tree15a83abd5d78b7e456789c03ea36749d8033df21 /configure
parentac531cb6e542b1e61d668604adf9dc5306a948c0 (diff)
check-qfloat: 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 7e3f28fdd..a7a6758a3 100755
--- a/configure
+++ b/configure
@@ -2801,9 +2801,9 @@ if test "$softmmu" = yes ; then
fi
if [ "$check_utests" = "yes" ]; then
checks="check-qint check-qstring check-qlist"
- checks="check-qfloat check-qjson $checks"
+ checks="check-qjson $checks"
fi
- test_progs="$checks check-qdict test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
+ test_progs="$checks check-qdict check-qfloat test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
fi
fi