# Copyright 2019-2022 David Robillard # 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() test( 'REUSE', reuse, args: ['--root', jalv_src_root, 'lint'], suite: 'data', ) endif endif