Re: [Qemu-devel] [PATCH v3 5/5] tests: Add check-qobject for equality tests

2017-07-05 Thread Markus Armbruster
Max Reitz writes: > Add a new test file (check-qobject.c) for unit tests that concern > QObjects as a whole. > > Its only purpose for now is to test the qobject_is_equal() function. > > Signed-off-by: Max Reitz I'll review this one as soon as we made up our minds on what exactly qnum_is_equal()

Re: [Qemu-devel] [PATCH v3 5/5] tests: Add check-qobject for equality tests

2017-07-03 Thread Max Reitz
On 2017-07-03 16:15, Eric Blake wrote: > On 07/03/2017 07:25 AM, Max Reitz wrote: >> Add a new test file (check-qobject.c) for unit tests that concern >> QObjects as a whole. >> >> Its only purpose for now is to test the qobject_is_equal() function. >> >> Signed-off-by: Max Reitz >> --- >> tests/

Re: [Qemu-devel] [PATCH v3 5/5] tests: Add check-qobject for equality tests

2017-07-03 Thread Eric Blake
On 07/03/2017 07:25 AM, Max Reitz wrote: > Add a new test file (check-qobject.c) for unit tests that concern > QObjects as a whole. > > Its only purpose for now is to test the qobject_is_equal() function. > > Signed-off-by: Max Reitz > --- > tests/Makefile.include | 4 +- > tests/check-qobjec

[Qemu-devel] [PATCH v3 5/5] tests: Add check-qobject for equality tests

2017-07-03 Thread Max Reitz
Add a new test file (check-qobject.c) for unit tests that concern QObjects as a whole. Its only purpose for now is to test the qobject_is_equal() function. Signed-off-by: Max Reitz --- tests/Makefile.include | 4 +- tests/check-qobject.c | 312