gnome-control-center/tests/meson.build
Felipe Borges fc4703423d meson, tests: Disable interactive-tests when libadwaita is subproject
This is a workaround the issue where our interactive tests don't work
when libadwaita is a subproject.

For context, see
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1754
2023-06-06 13:40:33 +00:00

14 lines
314 B
Meson

subdir('common')
#subdir('datetime')
if host_is_linux
subdir('network')
endif
# FIXME: this is a workaround because interactive-tests don't work with libadwaita as a subproject. See !1754
if not libadwaita_is_subproject
subdir('interactive-panels')
endif
subdir('printers')
subdir('info')
subdir('keyboard')