aboutsummaryrefslogtreecommitdiffstats
path: root/check-qfloat.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-12check-qfloat: convert to gtestAnthony Liguori1-35/+12
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2010-05-19Fix qtypes' licensesLuiz Capitulino1-5/+0
- 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 <lcapitulino@redhat.com>
2009-11-17Add unit test for QFloatAnthony Liguori1-0/+81
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>