mutter/src/tests/clutter/meson.build
Jonas Ådahl 9cda0bd719 tests: Make common test code a shared library
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>
2021-07-15 13:40:34 +02:00

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')