diff options
author | David Robillard <d@drobilla.net> | 2023-09-23 16:21:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-23 16:21:27 -0400 |
commit | 58993e08dba6fc9d93184df5a79f914d0c9141cd (patch) | |
tree | e4791ca41a4b567b3e1fb46a38e3113df57e5a46 /test | |
parent | e2e65a8c8b816a066da1f7a4843ca7f504c2b3d9 (diff) | |
download | zix-58993e08dba6fc9d93184df5a79f914d0c9141cd.tar.gz zix-58993e08dba6fc9d93184df5a79f914d0c9141cd.tar.bz2 zix-58993e08dba6fc9d93184df5a79f914d0c9141cd.zip |
Format meson.build files with muon
The less time wasted with manual code formatting, the better.
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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 |