docs: mention that the test SPA plugins are required for unit tests

Related to #18
This commit is contained in:
George Kiagiadakis 2020-07-20 12:19:06 +03:00
parent 86b80f4603
commit 4eb853ca7a

View file

@ -24,6 +24,15 @@ For more information on how to use `meson test`, please refer to
> When submitting changes for review, always ensure that all tests pass
Please note that many WirePlumber tests require specific SPA test plugins
to be available in your PipeWire installation. More specifically, PipeWire
needs to be configured with the following options enabled:
```
-Dvideotestsrc=true -Daudiotestsrc=true -Dtest=true
```
If these SPA plugins are not found in the system, some tests will fail.
This is expected.
## WirePlumber examples
WirePlumber ships examples in `test/examples`.