From 9c9efb6b2962de5eec1cf0e394a96a55c36f714d Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 11 Nov 2009 10:36:51 -0600 Subject: Add unit test for QFloat Signed-off-by: Anthony Liguori --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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" -- cgit v1.2.1