mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
Meson: Disable lint+no-valgrind tests when tests option is set to false
This commit is contained in:
parent
cd32927cdb
commit
040b05649f
@ -2682,7 +2682,9 @@ subdir('gmodule')
|
||||
subdir('gio')
|
||||
subdir('girepository')
|
||||
subdir('fuzzing')
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
# xgettext is optional (on Windows for instance)
|
||||
if find_program('xgettext', required : get_option('nls')).found()
|
||||
|
Loading…
x
Reference in New Issue
Block a user