mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-23 16:30:07 +01:00
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 <peter.hutterer@who-t.net> Acked-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
This commit is contained in:
parent
9d22a52383
commit
974e330ac2
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue