meson: make several tests run sequentially

Follow-up for f93ba37530.
This commit is contained in:
Yu Watanabe 2022-09-19 23:40:34 +09:00
parent 8ef0fc7acc
commit 57c15ca357

View file

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