Jonas Ådahl
|
d8107027ef
|
tests/test-utils: Move test client path ensure helper to private header
It's only used from the test context, and the main test utils header
file will be used to export helper functionality, so move it out,
preparing for that.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
724a7eee74
|
tests: Move 'wait-for-X11-display' helper to MetaContextTest
Gets rid of a un-prefixed helper function relying on a global singleton.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
e8742be568
|
tests/test-utils: Remove unused init function
This is now dealt with by MetaContextTest.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
acb0a44224
|
tests: Prefix test plugin name getter with meta_
It'll be used via the new shared library, so prefix it.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
9f1f3139b8
|
tests/utils: Prefix AsyncWaiter with Meta
This too will be used by test cases via a shared library.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
4a6e22311a
|
tests/utils: Prefix TestClient with Meta
Soon we'll expose it via a libmutter-test library.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:40 +02:00 |
|
Jonas Ådahl
|
f74d311d61
|
tests: Rename test-utils.c/h to meta-test-utils.c/h
Otherwise it'll conflict with other files with identical filenames,
if one would add src/tests/ to the include path, which will happen in a
later commit.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
|
2021-07-15 11:42:39 +02:00 |
|