diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-07 19:40:51 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-07-28 13:19:02 +0300 |
commit | 6804d3b2a2a93fa5113c962878867b373c0358f7 (patch) | |
tree | e22db2b4201f1664e5f85aa7a7e293a52890cea3 /tests/meson.build | |
parent | 3b9acfa96683af1f1814db53cb81670bca68fc5f (diff) |
tests: port away from glib
Use a heavily stripped-down copy of pipewire's test framework instead
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/meson.build b/tests/meson.build index c8a8249..a5ee7bb 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,7 +1,7 @@ -common_deps = [icipc_dep, glib_dep] +common_deps = [icipc_dep, threads_dep] common_env = environment({ - 'G_TEST_SRCDIR': meson.current_source_dir(), - 'G_TEST_BUILDDIR': meson.current_build_dir(), + 'XDG_RUNTIME_DIR': '/tmp', + 'ICIPC_DEBUG': '3', }) test( |