From 974e330ac253a82cae63d4c213d70e1c1e512ec6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 24 Apr 2014 11:14:34 +1000 Subject: [PATCH] test: disable parallel testing 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 Acked-by: Benjamin Tissoires --- 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: + noinst_PROGRAMS = $(run_tests) $(build_tests) TESTS = $(run_tests) -- 2.34.1