mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 13:00:15 +01:00
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:
parent
0f4854982c
commit
aba28c0b73
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue