From: Peter Hutterer Date: Wed, 23 Apr 2014 21:25:19 +0000 (+1000) Subject: test: disable parallel build in test directory X-Git-Tag: 0.2.0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aba28c0b73bb765360a29b1e895e22c5b769df96;p=platform%2Fupstream%2Flibinput.git test: disable parallel build in test directory 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 Reviewed-by: Jonas Ã…dahl --- diff --git a/test/Makefile.am b/test/Makefile.am index e9fa7127..bfbbc968 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)