pipewire/src/tests
Wim Taymans fc90a4e48a Implement config/state file handling
Make methods to load_config and load/save state. For now the config
and state directories are the same but it might not be. Implement
the search path for all config/state files as:

  $XDG_CONFIG_HOME/[$prefix]/$name
  $HOME/.config/[$prefix]/$name
  $PIPEWIRE_CONFIG_DIR/pipewire/[$prefix]/$name
  /etc/pipewire/[$prefix]/$name

Make some config files for jack and RT clients. Make pw-cat use the
client-rt config.

Use core state and config management in media-session.
Move all session manager state and config files to the build dir and
set the PIPEWIRE_CONFIG_DIR to this build dir.
2021-02-12 10:25:11 +01:00
..
meson.build Optionally install examples and tests 2020-06-16 17:58:02 +00:00
test-array.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-client.c pw_client -> pw_impl_client 2019-12-11 11:21:43 +01:00
test-context.c Implement config/state file handling 2021-02-12 10:25:11 +01:00
test-cpp.cpp src: change license (LGPL -> MIT) on left-over LGPL files 2021-02-10 11:52:09 +00:00
test-endpoint.c tests: fix some leaks 2020-12-21 20:07:02 +01:00
test-interfaces.c device: implement subscribe_params 2020-02-12 16:07:10 +01:00
test-properties.c json: handle incomplete strings 2020-12-31 17:16:32 +01:00
test-stream.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-utils.c tests: add test for utils 2019-01-10 17:58:37 +01:00