Re: [PATCH wayland] tests: Test wl_message_count_arrays

2016-11-10 Thread Pekka Paalanen
On Thu, 3 Nov 2016 13:42:54 -0700 Yong Bakos wrote: > From: Yong Bakos > > message-test.c did not cover wl_message_count_arrays, so add one test that > specifically tests this method. Note that this exposes wl_message_count_arrays > in a private header (wayland-private.h), and removes the `sta

[PATCH wayland] tests: Test wl_message_count_arrays

2016-11-03 Thread Yong Bakos
From: Yong Bakos message-test.c did not cover wl_message_count_arrays, so add one test that specifically tests this method. Note that this exposes wl_message_count_arrays in a private header (wayland-private.h), and removes the `static` modifier of the implementation. Signed-off-by: Yong Bakos