Re: [PATCH libinput 1/3] test: add litest_add_ranged* functionality

2015-05-15 Thread Hans de Goede
Hi, On 06-05-15 02:17, Peter Hutterer wrote: litest_add_ranged* takes a range parameter that serves as the lower/upper boundary for a loop. This enables tests to be run multiple times, avoiding the timeouts we triggered by having the loops inside (e.g. see 2bf8d035c and 6dd02468). This just wra

[PATCH libinput 1/3] test: add litest_add_ranged* functionality

2015-05-05 Thread Peter Hutterer
litest_add_ranged* takes a range parameter that serves as the lower/upper boundary for a loop. This enables tests to be run multiple times, avoiding the timeouts we triggered by having the loops inside (e.g. see 2bf8d035c and 6dd02468). This just wraps the underlying check framework, the ranged va