Use the correct name for installed gdk tests

This commit is contained in:
Sebastien Bacher 2022-03-07 16:13:38 +01:00 committed by Matthias Clasen
parent 5e07e216d3
commit 71c935d1f4

View File

@ -85,7 +85,7 @@ if get_option('install-tests')
test_cdata.set('testexecdir', testexecdir)
test_cdata.set('test', test_name)
configure_file(input: 'gdk.test.in',
output: '@0@.test'.format(t),
output: '@0@.test'.format(test_name),
configuration: test_cdata,
install: true,
install_dir: testdatadir,