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 <peter.hutterer@who-t.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Peter Hutterer 2014-04-24 07:25:19 +10:00
parent 0f4854982c
commit aba28c0b73

View file

@ -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)