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>
12 lines
241 B
Meson
12 lines
241 B
Meson
clutter_tests_includepath = include_directories('.')
|
|
clutter_tests_includes = [
|
|
tests_includepath,
|
|
clutter_tests_includepath,
|
|
]
|
|
|
|
subdir('accessibility')
|
|
subdir('conform')
|
|
subdir('interactive')
|
|
subdir('micro-bench')
|
|
subdir('performance')
|