Statistics
| Branch: | Revision:

root / check-qstring.c @ e4ebcc1a

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
41836a9f 05/19/2010 06:45 pm Luiz Capitulino

Fix qtypes' licenses

- Change from GPL to LGPL
- Add license text when missing
- Minor cosmetic changes to make all headers look the same

Signed-off-by: Luiz Capitulino <>

f08932c8 12/03/2009 05:41 pm Luiz Capitulino

utests: Add qstring_append_chr() unit-test

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

64084a03 12/03/2009 05:41 pm Luiz Capitulino

utests: Add qstring_from_substr() unit-test

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

5de65a07 09/04/2009 05:37 pm Luiz Capitulino

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 <>...