mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
tests: add endpoint unit test
This tests exporting a PW_TYPE_INTERFACE_Endpoint and binding a proxy for it through the registry, verifying that info and params are propagated properly from one to the other
This commit is contained in:
parent
e918d60959
commit
e00c0ffd2d
2 changed files with 459 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ test_apps = [
|
|||
'test-array',
|
||||
'test-client',
|
||||
'test-context',
|
||||
'test-endpoint',
|
||||
'test-interfaces',
|
||||
'test-properties',
|
||||
# 'test-remote',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue