Re: [PATCH weston 3/8] tests: Move wl_pointer tests to their own file

2017-12-12 Thread Pekka Paalanen
On Mon, 4 Dec 2017 15:34:03 +0200 Alexandros Frantzis wrote: > Move wl_pointer tests from event-test.c to their own pointer-test.c > file. This move makes the test organization clearer and more consistent, > and will make addition of further pointer tests easier. > > Signed-off-by: Alexandros F

[PATCH weston 3/8] tests: Move wl_pointer tests to their own file

2017-12-04 Thread Alexandros Frantzis
Move wl_pointer tests from event-test.c to their own pointer-test.c file. This move makes the test organization clearer and more consistent, and will make addition of further pointer tests easier. Signed-off-by: Alexandros Frantzis --- Makefile.am | 8 +- tests/button-test.c | 61 --