mirror of
https://github.com/brl/mutter.git
synced 2025-01-07 18:22:14 +00:00
9cda0bd719
This will require some symbol exporting, but the benefit is that have better control of what external test cases can do in terms of creating more testing specific contexts. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
10 lines
203 B
Meson
10 lines
203 B
Meson
mutter_test_includesubdir = join_paths(pkgname, 'meta-test')
|
|
|
|
mutter_test_public_headers = [
|
|
'meta-context-test.h',
|
|
]
|
|
|
|
install_headers(mutter_test_public_headers,
|
|
subdir: mutter_test_includesubdir
|
|
)
|