Re: [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Anthony Liguori
On 01/09/2012 01:26 PM, Andreas Färber wrote: Am 09.01.2012 16:56, schrieb Anthony Liguori: Signed-off-by: Anthony Liguori --- Makefile |6 -- check-qdict.c | 246 +--- configure |4 +- tests/Makefile |6 ++ 4 fil

Re: [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Luiz Capitulino
On Mon, 09 Jan 2012 13:15:27 -0600 Anthony Liguori wrote: > On 01/09/2012 12:27 PM, Luiz Capitulino wrote: > >> -START_TEST(qdict_put_obj_test) > >> +static void qdict_put_obj_test(void) > >> { > >> QInt *qi; > >> QDict *qdict; > >> @@ -49,10 +48,10 @@ START_TEST(qdict_put_obj_test)

Re: [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Andreas Färber
Am 09.01.2012 16:56, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori > --- > Makefile |6 -- > check-qdict.c | 246 > +--- > configure |4 +- > tests/Makefile |6 ++ > 4 files changed, 119 insertions(+), 143 d

Re: [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Anthony Liguori
On 01/09/2012 12:27 PM, Luiz Capitulino wrote: -START_TEST(qdict_put_obj_test) +static void qdict_put_obj_test(void) { QInt *qi; QDict *qdict; @@ -49,10 +48,10 @@ START_TEST(qdict_put_obj_test) // key "" will have tdb hash 12345 qdict_put_obj(qdict, "", QOBJECT(qint_from

Re: [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Luiz Capitulino
On Mon, 9 Jan 2012 09:56:04 -0600 Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- > Makefile |6 -- > check-qdict.c | 246 > +--- > configure |4 +- > tests/Makefile |6 ++ > 4 files changed, 119 insert

[Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest

2012-01-09 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- Makefile |6 -- check-qdict.c | 246 +--- configure |4 +- tests/Makefile |6 ++ 4 files changed, 119 insertions(+), 143 deletions(-) diff --git a/Makefile b/Makefile index 80fb512..48