[PATCH weston 2/6] tests: Introduce input timestamps helper
Pekka Paalanen
ppaalanen at gmail.com
Thu Jan 18 12:17:18 UTC 2018
On Wed, 20 Dec 2017 16:17:57 +0200
Alexandros Frantzis <alexandros.frantzis at collabora.com> wrote:
> 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.
>
> Signed-off-by: Alexandros Frantzis <alexandros.frantzis at collabora.com>
> ---
> Makefile.am | 16 ++--
> tests/input-timestamps-helper.c | 177 ++++++++++++++++++++++++++++++++++++++
> tests/input-timestamps-helper.h | 46 ++++++++++
> tests/weston-test-client-helper.c | 16 ++++
> tests/weston-test-client-helper.h | 12 +++
> 5 files changed, 262 insertions(+), 5 deletions(-)
> create mode 100644 tests/input-timestamps-helper.c
> create mode 100644 tests/input-timestamps-helper.h
>
> diff --git a/Makefile.am b/Makefile.am
> index 883249c0..0b616c11 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -894,7 +894,9 @@ BUILT_SOURCES += \
> protocol/ivi-hmi-controller-protocol.c \
> protocol/ivi-hmi-controller-client-protocol.h \
> protocol/ivi-application-protocol.c \
> - protocol/ivi-application-client-protocol.h
> + protocol/ivi-application-client-protocol.h \
> + protocol/input-timestamps-unstable-v1-protocol.c \
> + protocol/input-timestamps-unstable-v1-client-protocol.h
Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
on the condition that the wayland-protocols version requirement is
bumped for the needed release. Naturally, that can only be done after
such release.
Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180118/68353dc0/attachment.sig>
More information about the wayland-devel
mailing list