From c664e354487332ba5f204c62a4a5df41b2cbda1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 17:55:24 -0500 Subject: Fix licensing metadata syntax --- test/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 5a2bcfb..5b6a41c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -6,6 +6,13 @@ ######## if get_option('lint') + # Check licensing metadata + reuse = find_program('reuse', required: false) + if reuse.found() + reuse_args = ['--root', lv2_source_root, 'lint'] + test('REUSE', reuse, args: reuse_args, suite: 'data') + endif + # Check for spelling errors codespell = find_program('codespell', required: get_option('tests')) if codespell.found() -- cgit v1.2.1