summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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 0b84e09..2b30cd0 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', raul_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', raul_src_root, 'lint'],
suite: 'data',
)