[PATCH libinput 1/6] test: move main() into litest

2015-05-19 Thread Peter Hutterer
This allows us to filter things based on argv before setting up tests, etc. Signed-off-by: Peter Hutterer --- test/device.c | 5 ++--- test/keyboard.c | 6 ++ test/litest.c | 10 +- test/litest.h | 2 +- test/log.c| 5 ++--- test/misc.c | 5 ++--- tes

Re: [PATCH libinput 1/6] test: move main() into litest

2015-05-21 Thread Hans de Goede
Hi, On 20-05-15 05:24, Peter Hutterer wrote: This allows us to filter things based on argv before setting up tests, etc. Signed-off-by: Peter Hutterer The entire set LGTM: Reviewed-by: Hans de Goede Regards, Hans --- test/device.c | 5 ++--- test/keyboard.c | 6 ++ test