tests: Move wl_pointer tests to their own file
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Mon, 4 Dec 2017 13:34:03 +0000 (15:34 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 12 Dec 2017 10:17:08 +0000 (12:17 +0200)
commit5d6acf8568412a9429018d20382979aedd984140
treefa125bac6992827391b680e08294e6636db75afb
parentfbf165f5e89576730eed4a7e3979100311c4f0f8
tests: Move wl_pointer tests to their own file

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 <alexandros.frantzis@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Makefile.am
tests/button-test.c [deleted file]
tests/event-test.c
tests/pointer-test.c [new file with mode: 0644]