diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-11 10:36:51 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:38 -0600 |
commit | 9c9efb6b2962de5eec1cf0e394a96a55c36f714d (patch) | |
tree | c49ecc66d3ca51dc7f3ec170a7287d6dec89fa88 /configure | |
parent | ec072ced1e48cccbdd2275d7b910ad29efb0f2d0 (diff) |
Add unit test for QFloat
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |