Skip to content
Snippets Groups Projects
Commit aba28c0b authored by Peter Hutterer's avatar Peter Hutterer
Browse files

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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: default avatarJonas Ådahl <jadahl@gmail.com>
parent 0f485498
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment