projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfd658
)
test: drop the explicit -n auto to the tool options test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 20 Mar 2023 00:08:23 +0000
(10:08 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 20 Mar 2023 22:13:19 +0000
(22:13 +0000)
This script adds the option automatically where xdist is available.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ef45428337cfe6fe4f1da89da5c73335e1037d3f..2d69d22c529707303d814a35ee0bb44fa6c41bda 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-642,7
+642,7
@@
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimi
configuration : config_tool_option_test)
test('tool-option-parsing',
tool_option_test,
- args : [tool_option_test
, '-n', 'auto'
],
+ args : [tool_option_test],
suite : ['all', 'root'],
timeout : 240)
endif