pipewire/src/tests
Simon McVittie b852b58f82 Optionally install examples and tests
This makes it easier to test PipeWire in its "as-installed" state,
for example in an OS distribution.

The .test metadata files in ${datadir}/installed-tests/${package} are
a convention taken from GNOME's installed-tests initiative, allowing a
generic test-runner like gnome-desktop-testing to discover and run tests
in an automatic way.

The installation path ${libexecdir}/installed-tests/${package} is also
a convention borrowed from GNOME's installed-tests initiative.

In addition to the automated tests, I've installed example executables
in the same place, for manual testing. They could be separated into
a different directory if desired, but they seem like they have more
similarities with the automated tests than differences: both are there
to test that PipeWire works correctly, and neither should be relied on
for production use. Some examples are installed in deeper subdirectories
to avoid name clashes.

Signed-off-by: Simon McVittie <smcv@debian.org>
2020-06-16 17:58:02 +00:00
..
meson.build Optionally install examples and tests 2020-06-16 17:58:02 +00:00
test-array.c Fix some unit test 2020-01-15 13:23:49 +01:00
test-client.c pw_client -> pw_impl_client 2019-12-11 11:21:43 +01:00
test-context.c Make interface types a string 2019-12-19 13:36:04 +01:00
test-cpp.cpp move proxy implementations in their own file 2019-12-11 10:58:51 +01:00
test-endpoint.c tests: add endpoint unit test 2020-03-27 14:56:07 +00:00
test-interfaces.c device: implement subscribe_params 2020-02-12 16:07:10 +01:00
test-properties.c Fix some unit test 2020-01-15 13:23:49 +01:00
test-stream.c Fix some unit test 2020-01-15 13:23:49 +01:00
test-utils.c tests: add test for utils 2019-01-10 17:58:37 +01:00