Re: [libvirt] [PATCH v2 4/4] tests: qemuxml2argv: add DO_TEST_INTERNAL

2019-03-22 Thread Andrea Bolognani
On Thu, 2019-03-21 at 15:55 -0400, Cole Robinson wrote: [...] > +# define DO_TEST_FULL(name, ...) \ > +DO_TEST_INTERNAL(name, "", __VA_ARGS__, QEMU_CAPS_LAST) I'd put the last two arguments on a separate line. Either way, Reviewed-by: Andrea Bolognani -- Andrea Bolognani / Red Hat / Vi

[libvirt] [PATCH v2 4/4] tests: qemuxml2argv: add DO_TEST_INTERNAL

2019-03-21 Thread Cole Robinson
Base macro to unify the actual testCompareXMLToArgv test calls Reviewed-by: Andrea Bolognani Signed-off-by: Cole Robinson --- tests/qemuxml2argvtest.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2arg