mutter/src/tests/meta-test/meson.build
Jonas Ådahl 7fecda6a7a tests: Add public test monitor API
This will allow gnome-shell perf tests to create and destroy virtual
test monitors whenever it needs to.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2824>
2023-02-03 15:29:28 +00:00

11 lines
235 B
Meson

mutter_test_includesubdir = join_paths(pkgname, 'meta-test')
mutter_test_public_headers = files([
'meta-context-test.h',
'meta-test-monitor.h',
])
install_headers(mutter_test_public_headers,
subdir: mutter_test_includesubdir
)