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:
Peter Hutterer 2014-04-24 11:14:34 +10:00
parent 9d22a52383
commit 974e330ac2

View file

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