From 58993e08dba6fc9d93184df5a79f914d0c9141cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:21:27 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index bd752a3..193d898 100644 --- a/test/meson.build +++ b/test/meson.build @@ -95,7 +95,7 @@ foreach test, cases : sequential_tests link_args: program_link_args, ) - test_executables += { test: exe } + test_executables += {test: exe} foreach suffix, args : cases test(test + suffix, exe, args: args, suite: 'unit', timeout: 120) endforeach @@ -114,7 +114,7 @@ if thread_dep.found() link_args: program_link_args, ) - test_executables += { test: exe } + test_executables += {test: exe} foreach suffix, args : cases test(test + suffix, exe, args: args, suite: 'unit', timeout: 120) endforeach -- cgit v1.2.1