mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 05:28:01 +02:00
docs: mention that the test SPA plugins are required for unit tests
Related to #18
This commit is contained in:
parent
86b80f4603
commit
4eb853ca7a
1 changed files with 9 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue