forked from AuroraMiddleware/gtk
testsuite: Fix installed-test metadata for autotestkeywords
The executable is called autotestkeywords, so we shouldn't try to run an executable named keywords. Also rename the metadata file to match. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
d19cba429d
commit
fa8190328d
@ -118,9 +118,9 @@ if add_languages('cpp', required: false)
|
||||
if get_option('install-tests')
|
||||
conf = configuration_data()
|
||||
conf.set('testexecdir', testexecdir)
|
||||
conf.set('test', 'keywords')
|
||||
conf.set('test', 'autotestkeywords')
|
||||
configure_file(input: 'gtk.test.in',
|
||||
output: 'keywords.test',
|
||||
output: 'autotestkeywords.test',
|
||||
configuration: conf,
|
||||
install_dir: testdatadir)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user