
Test is ref test like, with gdctl outputs being compared. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4190>
8 lines
127 B
Meson
8 lines
127 B
Meson
install_data(
|
|
'gdctl',
|
|
install_dir: bindir,
|
|
)
|
|
|
|
gdctl = find_program('gdctl')
|
|
get_state_tool = find_program('get-state.py')
|