aboutsummaryrefslogtreecommitdiff
path: root/check-qfloat.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-30test makefile overhaulPaolo Bonzini1-53/+0
This introduces new test reporting infrastructure based on gtester and gtester-report. Also, all existing tests are moved to tests/, and tests/Makefile is reorganized to factor out the commonalities in the rules. Signed-off-by: Anthony Liguori <aliguori@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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>