aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 17:13:47 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 17:13:47 -0400
commitce4a6f7ec4dc9191bcb7a0efe91770a53500b5bf (patch)
tree215a062570ea3fd27c077c8bb07648b5a946008b /test
parent6ef6914dbc254a19ccf54b048d379402fffb7022 (diff)
downloadjalv-ce4a6f7ec4dc9191bcb7a0efe91770a53500b5bf.tar.gz
jalv-ce4a6f7ec4dc9191bcb7a0efe91770a53500b5bf.tar.bz2
jalv-ce4a6f7ec4dc9191bcb7a0efe91770a53500b5bf.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.build6
1 files changed, 4 insertions, 2 deletions
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',
)