mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 09:04:41 +00:00
meson: Add option flags to control test suites building
Now the `tests` meson option controls weather we should build all the test suites while `core_tests` controls mutter tests. https://gitlab.gnome.org/GNOME/mutter/merge_requests/442
This commit is contained in:

committed by
Marco Trevisan

parent
34312c272b
commit
5d1a87d355
@@ -875,6 +875,6 @@ pkg.generate(libmutter,
|
||||
|
||||
subdir('compositor/plugins')
|
||||
|
||||
if have_tests
|
||||
if have_core_tests
|
||||
subdir('tests')
|
||||
endif
|
||||
|
Reference in New Issue
Block a user