Introduce QString unit-tests
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 28 Aug 2009 18:27:30 +0000 (15:27 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:34 +0000 (09:37 -0500)
commit5de65a07ee5c75c4368ee7c7d8ed62c7688b368a
tree460f96754f7b26382107ffa1191c8c2cc0ceffda
parent33837ba6c5aa53c4ae4c0d2ffc66475b92d0da46
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>
Makefile
check-qstring.c [new file with mode: 0644]
configure