refactor: Remove test-alsa-path-select tool

Not run by meson test and requires specific ALSA hardware.
Fix verification already completed manually.
This commit is contained in:
Daniel Nouri 2025-10-05 21:16:23 +02:00 committed by Wim Taymans
parent 9ad6219db3
commit 88f8eda1e9
2 changed files with 0 additions and 355 deletions

View file

@ -20,12 +20,3 @@ acp_lib = static_library(
dependencies : [ spa_dep, alsa_dep, mathlib, ]
)
acp_dep = declare_dependency(link_with: acp_lib)
executable('test-alsa-path-select',
[ 'test-alsa-path-select.c' ],
c_args : acp_c_args,
include_directories : [configinc, includes_inc ],
dependencies : [ spa_dep, alsa_dep, mathlib, ],
link_with : [ acp_lib ],
install : false,
)