mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: add a function to load a SPA interface
Helper function to load a SPA interface. This enables a test to easily load a specific interface and run tests against that interface without having to instantiate a whole pipewire daemon.
This commit is contained in:
parent
50180532a4
commit
dd3f14d9d6
3 changed files with 148 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ pwtest_sources = [
|
|||
pwtest_deps = [
|
||||
pipewire_dep,
|
||||
mathlib,
|
||||
dl_lib,
|
||||
]
|
||||
|
||||
pwtest_c_args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue