projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d22a52
)
test: disable parallel testing
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 24 Apr 2014 01:14:34 +0000
(11:14 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 29 Apr 2014 00:48:36 +0000
(10:48 +1000)
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>
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index
48b532a
..
9cf0726
100644
(file)
--- a/
test/Makefile.am
+++ b/
test/Makefile.am
@@
-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)