Contributing: Use meson to run tests
This commit is contained in:
+3
-3
@@ -4,14 +4,14 @@
|
||||
reuse_exe = find_program('reuse', required: false)
|
||||
if reuse_exe.found()
|
||||
test(
|
||||
'Comply with REUSE spec',
|
||||
'reuse',
|
||||
reuse_exe,
|
||||
args: [
|
||||
'--root',
|
||||
meson.project_source_root(),
|
||||
'lint'
|
||||
],
|
||||
suite: 'licenses',
|
||||
suite: 'licensing',
|
||||
)
|
||||
endif
|
||||
|
||||
@@ -22,7 +22,7 @@ eslint_exe = find_program(
|
||||
)
|
||||
if eslint_exe.found()
|
||||
test(
|
||||
'Check JavaScript format',
|
||||
'eslint',
|
||||
eslint_exe,
|
||||
args: [ meson.project_source_root() / 'src' ],
|
||||
suite: 'code',
|
||||
|
||||
Reference in New Issue
Block a user