[PATCH libevdev 2/3] test: disable parallel testing

Benjamin Tissoires benjamin.tissoires at gmail.com
Thu Apr 24 10:19:13 PDT 2014


On Thu, Apr 24, 2014 at 1:50 AM, Peter Hutterer
<peter.hutterer at who-t.net> wrote:
> The tests create devices on the host system, avoid running them in parallel to
> avoid interference between the test devices.
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>  test/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/test/Makefile.am b/test/Makefile.am
> index 48b532a..9cf0726 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -2,6 +2,8 @@ if BUILD_TESTS
>  run_tests = test-libevdev test-kernel
>  build_tests = test-compile-pedantic test-link
>
> +.NOTPARALLEL:
> +

I am pretty sure I am going to shoot in my own foot, but I hope this
is only a temporary solution.
I have to check on the fate of the ioctl which gives back the unique
event node per uinput device, but if this is upsream, running the
tests in parallel should not be a problem.

Cheers,
Benjamin

>  noinst_PROGRAMS = $(run_tests) $(build_tests)
>
>  TESTS = $(run_tests)
> --
> 1.9.0
>
> _______________________________________________
> Input-tools mailing list
> Input-tools at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/input-tools


More information about the Input-tools mailing list