Re: [PATCH libinput 1/8] test/path: Avoid creating ignored test devices

2014-07-16 Thread Peter Hutterer
On Wed, Jul 16, 2014 at 10:39:06PM +0200, Jonas Ådahl wrote: > Some tests doesn't use or doesn't need to use the test device > automatically created when adding a test case for certain types of > devices. For these tests, to shorten test run time, don't create the > test devices that would be ignor

[PATCH libinput 1/8] test/path: Avoid creating ignored test devices

2014-07-16 Thread Jonas Ådahl
Some tests doesn't use or doesn't need to use the test device automatically created when adding a test case for certain types of devices. For these tests, to shorten test run time, don't create the test devices that would be ignored. Signed-off-by: Jonas Ådahl --- test/path.c | 30 ++