wireplumber/tests
George Kiagiadakis d576fde2d7 tests: set PIPEWIRE_RUNTIME_DIR and stop using XDG_RUNTIME_DIR
Using XDG_RUNTIME_DIR is problematic in test-reserve-device
because GTestDBus also exports XDG_RUNTIME_DIR and then unsets it,
which makes pipewire end up using $HOME for its socket.
Using PIPEWIRE_RUNTIME_DIR is safer, as this variable is only used
by pipewire.

Also use the build directory as a runtime dir (it always exists and
nothing is going to interfere with it) and unset XDG_RUNTIME_DIR from
the CI scripts, since nothing else is using it.

Closes #39
2021-06-30 11:53:21 +03:00
..
common tests: common: make sure no events are pending before destroying core 2021-06-08 13:23:39 -04:00
examples tests: examples: print error if buffer is not valid in wpipc-client 2021-06-28 11:38:38 -04:00
modules tests: fix coverity scan side effect in assertion issues 2021-06-25 08:50:08 -04:00
wp tests: transition: make sure transition is still valid after advancing 2021-06-25 11:04:15 -04:00
wpipc tests: wpipc: check if new connection to new receiver is valid after losing connection 2021-06-28 11:38:37 -04:00
wplua tests: fix coverity scan side effect in assertion issues 2021-06-25 08:50:08 -04:00
meson.build tests: set PIPEWIRE_RUNTIME_DIR and stop using XDG_RUNTIME_DIR 2021-06-30 11:53:21 +03:00