mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Add fakesrc ! fakesink test
Add fakesrc and fakesink and some performance test Small cleanups
This commit is contained in:
parent
6691eb7845
commit
12effccb06
16 changed files with 2526 additions and 22 deletions
9
spa/plugins/test/meson.build
Normal file
9
spa/plugins/test/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']
|
||||
|
||||
testlib = shared_library('spa-test',
|
||||
test_sources,
|
||||
include_directories : [ spa_inc, spa_libinc],
|
||||
dependencies : threads_dep,
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa'.format(get_option('libdir')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue