tests: Introduce input timestamps helper
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Fri, 16 Feb 2018 16:44:15 +0000 (18:44 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 20 Feb 2018 08:20:29 +0000 (10:20 +0200)
commitc3b5d78c1dcc500fca8ff6d6c0f30cdaef277ec5
treeb8d8556a33bb2bb19541cba14dbc5c79ee68d560
parent7a93bb2f17137d1f97e66904cea9ea5e5f408d2a
tests: Introduce input timestamps helper

Introduce helper test code to implement the client side of the
input_timestamps_unstable_v1 protocol. This helper will be used in
upcoming commits to test the server side implementation of the protocol
in libweston.

The input_timestamps_unstable_v1 protocol was introduced in version 1.13
of wayland-protocols, so this commit updates the version dependency in
configure.ac accordingly.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Makefile.am
configure.ac
tests/input-timestamps-helper.c [new file with mode: 0644]
tests/input-timestamps-helper.h [new file with mode: 0644]
tests/weston-test-client-helper.c
tests/weston-test-client-helper.h