aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-08-28 15:27:29 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:33 -0500
commit33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46 (patch)
tree5fdedad5f55cf86b11641ad6ba04dcdd55a3a27a /configure
parentAdd check support (diff)
downloadqemu-kvm-33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46.tar.gz
qemu-kvm-33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46.tar.bz2
qemu-kvm-33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46.zip
Introduce QInt unit-tests
This suite contains tests to assure that QInt 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-qint 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 92d29c9d3..248cc0b7c 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="$tools"
+ tools="check-qint $tools"
fi
fi
fi