[PATCH v2 libinput] test: disable parallel build in test directory
Jonas Ådahl
jadahl at gmail.com
Wed Apr 23 14:37:47 PDT 2014
On Thu, Apr 24, 2014 at 07:31:10AM +1000, Peter Hutterer wrote:
> We depend on device creation on the host system, having the tests run in
> parallel runs a risk of random failure.
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
Reviewed-by: Jonas Ådahl <jadahl at gmail.com>
> ---
> This time the simple version instead of hacking the AM_MAKEFLAGS.
>
> test/Makefile.am | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/test/Makefile.am b/test/Makefile.am
> index e9fa712..bfbbc96 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -36,6 +36,8 @@ build_tests = \
> noinst_PROGRAMS = $(build_tests) $(run_tests)
> TESTS = $(run_tests)
>
> +.NOTPARALLEL:
> +
> test_udev_SOURCES = udev.c
> test_udev_CFLAGS = $(TEST_CFLAGS)
> test_udev_LDADD = $(TEST_LIBS)
> --
> 1.9.0
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list