Re: [PATCH wayland v2] tests: Test wl_interface_equal

2016-11-18 Thread Pekka Paalanen
On Tue, 8 Nov 2016 07:56:30 -0800 Yong Bakos wrote: > From: Yong Bakos > > The test suite did not cover wl_interface_equal, so add one test that > specifically tests this method. Add the new test to Makefile.am. > > Signed-off-by: Yong Bakos > --- > v2: Remove unnecessary server header inclu

[PATCH wayland v2] tests: Test wl_interface_equal

2016-11-08 Thread Yong Bakos
From: Yong Bakos The test suite did not cover wl_interface_equal, so add one test that specifically tests this method. Add the new test to Makefile.am. Signed-off-by: Yong Bakos --- v2: Remove unnecessary server header inclusion Makefile.am| 3 +++ tests/interface-test.c | 48 +++