mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-16 18:51:58 +02:00
Merge branch 'meson-no-lint-tests-if-disabled' into 'main'
Meson: Disable lint+no-valgrind tests when tests option is set to false See merge request GNOME/glib!4522
This commit is contained in:
commit
22c1762dff
@ -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