diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-08-28 15:27:30 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:34 -0500 |
commit | 5de65a07ee5c75c4368ee7c7d8ed62c7688b368a (patch) | |
tree | 460f96754f7b26382107ffa1191c8c2cc0ceffda /configure | |
parent | 33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46 (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |