Meson: Disable lint+no-valgrind tests when tests option is set to false

This commit is contained in:
Marvin W 2025-02-26 09:35:38 +00:00
parent cd32927cdb
commit 040b05649f
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A

View File

@ -2682,7 +2682,9 @@ subdir('gmodule')
subdir('gio')
subdir('girepository')
subdir('fuzzing')
if get_option('tests')
subdir('tests')
endif
# xgettext is optional (on Windows for instance)
if find_program('xgettext', required : get_option('nls')).found()