diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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 <d@drobilla.net> # 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() |