# Copyright 2019-2022 David Robillard # SPDX-License-Identifier: CC0-1.0 OR ISC if not meson.is_subproject() # 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