diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 1238882b04..286c8f38fb 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -260,7 +260,7 @@ endforeach if get_option('install-tests') foreach t : tests - test_name = t.get(0) + test_name = t.get('name') conf = configuration_data() conf.set('testexecdir', testexecdir) conf.set('test', test_name)