From ce4a6f7ec4dc9191bcb7a0efe91770a53500b5bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 17:13:47 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- test/meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index f26b819..d7d0e94 100644 --- a/test/meson.build +++ b/test/meson.build @@ -7,7 +7,8 @@ if get_option('lint') autoship = find_program('autoship', required: get_option('tests')) if autoship.found() test( - 'autoship', autoship, + 'autoship', + autoship, args: ['test', jalv_src_root], suite: 'data', ) @@ -18,7 +19,8 @@ if get_option('lint') reuse = find_program('reuse', required: false) if reuse.found() test( - 'REUSE', reuse, + 'REUSE', + reuse, args: ['--root', jalv_src_root, 'lint'], suite: 'data', ) -- cgit v1.2.1