aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-08-03tests: avoid starting function names with underscoreGeorge Kiagiadakis1-17/+17
2021-07-28tests: add a meson test setup to run tests under valgrindGeorge Kiagiadakis1-0/+12
2021-07-28meson: set -D_GNU_SOURCE in the project arguments, remove other definitionsGeorge Kiagiadakis2-2/+0
2021-07-28lib: remove dependency on spa_pod and spa in generalGeorge Kiagiadakis2-32/+71
2021-07-28style: convert code to systemd coding styleGeorge Kiagiadakis3-442/+455
2021-07-28tests: port away from glibGeorge Kiagiadakis5-172/+352
2021-07-28icipc: make everything build again after splitting it out of wireplumberGeorge Kiagiadakis3-3/+3
2021-07-28tests: create wpipc tests sockets also in /tmp with a random nameGeorge Kiagiadakis2-17/+31
2021-07-28tests: wpipc: check if new connection to new receiver is valid after losing c...Julian Bouzas1-0/+12
2021-07-28tests: wpipc: use GCond instead of while loop to wait for eventsJulian Bouzas2-16/+24
2021-07-28tests: wpipc: fix typo in sender-receiver unit testJulian Bouzas1-1/+1
2021-07-28tests: fix coverity scan side effect in assertion issuesJulian Bouzas1-0/+1
2021-07-28Revert "tests: enable G_SLICE=debug-blocks in all tests"George Kiagiadakis1-1/+0
2021-07-28tests: enable G_SLICE=debug-blocks in all testsGeorge Kiagiadakis1-0/+1
2021-07-28meson: use environment() objects to define env for testsGeorge Kiagiadakis1-4/+4
2021-07-28wpipc: place sockets in the same runtime directory as pipewireGeorge Kiagiadakis2-2/+2
2021-07-28lib: add wpipc libraryJulian Bouzas4-0/+513