tests: fix compilation

This commit is contained in:
Wim Taymans 2025-10-09 09:22:07 +02:00
parent a4ec02f9d7
commit b7b9e7dc6e

View file

@ -54,10 +54,10 @@ foreach a : benchmark_apps
if installed_tests_enabled
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(
input: installed_tests_template,
output: 'spa-' + a + '.test',
output: 'spa-' + a[0] + '.test',
install_dir: installed_tests_metadir,
configuration: test_conf,
)