From: Peter Hutterer Date: Mon, 20 Mar 2023 00:08:23 +0000 (+1000) Subject: test: drop the explicit -n auto to the tool options test X-Git-Tag: 1.23.0~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a3a116e0561cc8e527cdab4bba8ac340a67f959;p=platform%2Fupstream%2Flibinput.git test: drop the explicit -n auto to the tool options test This script adds the option automatically where xdist is available. Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index ef454283..2d69d22c 100644 --- 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