From 57c15ca357cb50db587294b34553298717219292 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 19 Sep 2022 23:40:34 +0900 Subject: [PATCH] meson: make several tests run sequentially Follow-up for f93ba375301e43900f1fe5a93a2b33b1efcc73e0. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 41a1108716..a1bedc220b 100644 --- a/meson.build +++ b/meson.build @@ -3881,7 +3881,8 @@ foreach tuple : tests test(name, exe, env : test_env, timeout : timeout, - suite : suite) + suite : suite, + is_parallel : parallel) endif else message('Not compiling @0@ because @1@ is not true'.format(name, condition))