mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tests: fix compilation
This commit is contained in:
parent
a4ec02f9d7
commit
b7b9e7dc6e
1 changed files with 2 additions and 2 deletions
|
|
@ -54,10 +54,10 @@ foreach a : benchmark_apps
|
||||||
|
|
||||||
if installed_tests_enabled
|
if installed_tests_enabled
|
||||||
test_conf = configuration_data()
|
test_conf = configuration_data()
|
||||||
test_conf.set('exec', installed_tests_execdir / 'spa-' + a)
|
test_conf.set('exec', installed_tests_execdir / 'spa-' + a[0])
|
||||||
configure_file(
|
configure_file(
|
||||||
input: installed_tests_template,
|
input: installed_tests_template,
|
||||||
output: 'spa-' + a + '.test',
|
output: 'spa-' + a[0] + '.test',
|
||||||
install_dir: installed_tests_metadir,
|
install_dir: installed_tests_metadir,
|
||||||
configuration: test_conf,
|
configuration: test_conf,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue