On Wed, 20 Dec 2017 16:17:57 +0200
Alexandros Frantzis <alexandros.frant...@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.frant...@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.paala...@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

Attachment: pgp3jwoxEf2EY.pgp
Description: OpenPGP digital signature

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to