mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-29 11:08:40 -05:00
graph: fix the API a little
Add test for atomic graph updates
This commit is contained in:
parent
c3d63983e1
commit
eba2b82c8e
5 changed files with 368 additions and 97 deletions
|
|
@ -10,6 +10,10 @@ executable('test-graph', 'test-graph.c',
|
|||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, pthread_lib],
|
||||
install : false)
|
||||
executable('test-graph2', 'test-graph2.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, pthread_lib],
|
||||
install : false)
|
||||
executable('test-perf', 'test-perf.c',
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, pthread_lib],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue