tests: Depend on .plugin files to exist
When .plugin files are missing, the plugins will not be discoverable. These were only getting built when run with `meson compile`, but not for `meson test`. Helps: https://gitlab.gnome.org/GNOME/calls/-/issues/719 Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/798>
This commit is contained in:
committed by
Marge Bot
parent
93a5c1911d
commit
3184fa3af0
@@ -39,6 +39,7 @@ i18n_plugin = i18n.merge_file(
|
||||
install_dir: mm_install_dir,
|
||||
)
|
||||
|
||||
plugins_test_depends += [i18n_plugin]
|
||||
|
||||
mm_deps = [
|
||||
dependency('gobject-2.0'),
|
||||
|
||||
Reference in New Issue
Block a user