Re: [PATCH libinput 1/2] test: add litest_is_button_event

2015-04-16 Thread Hans de Goede
Hi, On 16-04-15 07:04, Peter Hutterer wrote: Makes it easier from a caller to check for common things without all the other boilerplate code. Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards, Hans --- test/litest.c | 26 +++--- test/li

[PATCH libinput 1/2] test: add litest_is_button_event

2015-04-15 Thread Peter Hutterer
Makes it easier from a caller to check for common things without all the other boilerplate code. Signed-off-by: Peter Hutterer --- test/litest.c | 26 +++--- test/litest.h | 4 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/test/litest.c b/test/litest.c