Re: [PATCH libinput 18/24] test: Add infrastructure for testing tablet events.

2014-04-27 Thread Peter Hutterer
On Mon, Apr 21, 2014 at 07:11:27PM +0200, Carlos Garnacho wrote: > no vfuncs are used, only input_event arrays. > > Signed-off-by: Carlos Garnacho > --- > test/litest-int.h | 8 + > test/litest.c | 90 > +++ > test/litest.h | 14 +

[PATCH libinput 18/24] test: Add infrastructure for testing tablet events.

2014-04-21 Thread Carlos Garnacho
no vfuncs are used, only input_event arrays. Signed-off-by: Carlos Garnacho --- test/litest-int.h | 8 + test/litest.c | 90 +++ test/litest.h | 14 + 3 files changed, 112 insertions(+) diff --git a/test/litest-int.h b/tes