Re: [Qemu-devel] [PATCH v7 21/24] tests: Add test for qdict_array_split()
On 12/20/2013 11:28 AM, Max Reitz wrote: > Add a test case for qdict_array_split() in tests/check-qdict.c. > > Signed-off-by: Max Reitz > --- > tests/check-qdict.c | 80 > + > 1 file changed, 80 insertions(+) Reviewed-by: Eric Blake -- Eri
[Qemu-devel] [PATCH v7 21/24] tests: Add test for qdict_array_split()
Add a test case for qdict_array_split() in tests/check-qdict.c. Signed-off-by: Max Reitz --- tests/check-qdict.c | 80 + 1 file changed, 80 insertions(+) diff --git a/tests/check-qdict.c b/tests/check-qdict.c index dc5f05a..3e402cf 100644 ---