diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 30741c4..d789d01 100644 --- a/test/meson.build +++ b/test/meson.build @@ -2,6 +2,16 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC if not meson.is_subproject() + # Check release metadata + autoship = find_program('autoship', required: get_option('tests')) + if autoship.found() + test( + 'autoship', autoship, + args: ['test', jalv_src_root], + suite: 'data', + ) + endif + # Check licensing metadata reuse = find_program('reuse', required: false) if reuse.found() |