summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-11-11 10:36:51 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-17 08:49:38 -0600
commit9c9efb6b2962de5eec1cf0e394a96a55c36f714d (patch)
treec49ecc66d3ca51dc7f3ec170a7287d6dec89fa88 /configure
parentec072ced1e48cccbdd2275d7b910ad29efb0f2d0 (diff)
downloadqemu-9c9efb6b2962de5eec1cf0e394a96a55c36f714d.tar.gz
Add unit test for QFloat
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8b545a0364..10d92d36a1 100755
--- a/configure
+++ b/configure
@@ -2092,6 +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"
fi
elif test "$mingw32" = "yes" ; then
tools="qemu-io\$(EXESUF) $tools"