From 69316dd26ab867edac7a325b880668ff224ca168 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Sep 2022 20:45:44 -0400 Subject: Only run REUSE test in strict mode --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 82a8aff..7036cd1 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,8 +1,8 @@ # Copyright 2019-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -if not meson.is_subproject() - if get_option('strict') +if get_option('strict') + if not meson.is_subproject() # Check release metadata autoship = find_program('autoship', required: get_option('tests')) if autoship.found() -- cgit v1.2.1