mutter/tools/meson.build
Jonas Ådahl 1cbfc07df0 tests: Add get state D-Bus test using gdctl
Test is ref test like, with gdctl outputs being compared.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4190>
2025-01-30 11:29:39 +00:00

8 lines
127 B
Meson

install_data(
'gdctl',
install_dir: bindir,
)
gdctl = find_program('gdctl')
get_state_tool = find_program('get-state.py')