Skip to content
Snippets Groups Projects
Commit 4eb853ca authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

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

Related to #18
parent 86b80f46
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment