projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e07e21
)
Use the correct name for installed gdk tests
author
Sebastien Bacher
<seb128@ubuntu.com>
Mon, 7 Mar 2022 15:13:38 +0000
(16:13 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 16 Mar 2022 02:05:31 +0000
(22:05 -0400)
testsuite/gdk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gdk/meson.build
b/testsuite/gdk/meson.build
index 04c780f3f0c5f9ec5b42e06c6d07bfbbcb083630..3de704fc641348a9c66a602506c0739fec1a486d 100644
(file)
--- a/
testsuite/gdk/meson.build
+++ b/
testsuite/gdk/meson.build
@@
-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(t
est_name
),
configuration: test_cdata,
install: true,
install_dir: testdatadir,