diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-08-28 15:27:32 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:34 -0500 |
commit | 068f9b1bea07ca6e826557d65c3441c0ba8d7b2d (patch) | |
tree | e8555be7286259f22bfa973834a48a3262c0ae1b /configure | |
parent | 6e6df75da2cb8847eec66c803381d61869671ffd (diff) | |
download | qemu-068f9b1bea07ca6e826557d65c3441c0ba8d7b2d.tar.gz qemu-068f9b1bea07ca6e826557d65c3441c0ba8d7b2d.tar.bz2 qemu-068f9b1bea07ca6e826557d65c3441c0ba8d7b2d.zip |
Introduce QDict unit-tests
This suite contains tests to assure that QDict 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-qdict
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 check-qstring $tools" + tools="check-qint check-qstring check-qdict $tools" fi fi fi |