mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
spa: deduplicate test-helper.h
This commit is contained in:
parent
c47df433f7
commit
960ca82552
4 changed files with 5 additions and 101 deletions
|
|
@ -74,7 +74,7 @@ foreach a : test_apps
|
|||
test(a,
|
||||
executable(a, a + '.c',
|
||||
dependencies : [ spa_dep, dl_lib, pthread_lib, mathlib, audiomixer_dep ],
|
||||
include_directories : [ configinc ],
|
||||
include_directories : [ configinc, test_inc ],
|
||||
link_with : [ test_lib ],
|
||||
install_rpath : spa_plugindir / 'audiomixer',
|
||||
c_args : [ simd_cargs ],
|
||||
|
|
@ -104,7 +104,7 @@ foreach a : benchmark_apps
|
|||
benchmark(a,
|
||||
executable(a, a + '.c',
|
||||
dependencies : [ spa_dep, dl_lib, pthread_lib, mathlib, audiomixer_dep ],
|
||||
include_directories : [ configinc ],
|
||||
include_directories : [ configinc, test_inc ],
|
||||
c_args : [ simd_cargs ],
|
||||
install_rpath : spa_plugindir / 'audiomixer',
|
||||
install : installed_tests_enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue