aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-08-28 15:27:30 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:34 -0500
commit5de65a07ee5c75c4368ee7c7d8ed62c7688b368a (patch)
tree460f96754f7b26382107ffa1191c8c2cc0ceffda /configure
parentIntroduce QInt unit-tests (diff)
downloadqemu-kvm-5de65a07ee5c75c4368ee7c7d8ed62c7688b368a.tar.gz
qemu-kvm-5de65a07ee5c75c4368ee7c7d8ed62c7688b368a.tar.bz2
qemu-kvm-5de65a07ee5c75c4368ee7c7d8ed62c7688b368a.zip
Introduce QString unit-tests
This suite contains tests to assure that QString API works as expected. To execute it you should have check installed and build QEMU with check support enabled (--enable-check-utests) and then run: $ ./check-qstring Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 248cc0b7c..c2944c532 100755
--- a/configure
+++ b/configure
@@ -1927,7 +1927,7 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
if [ "$linux" = "yes" ] ; then
tools="qemu-nbd\$(EXESUF) qemu-io\$(EXESUF) $tools"
if [ "$check_utests" = "yes" ]; then
- tools="check-qint $tools"
+ tools="check-qint check-qstring $tools"
fi
fi
fi