mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
redo the gdk installed tests
This commit is contained in:
parent
b7098a0ebc
commit
090832c6fa
4
testsuite/gdk/gdk.test.in
Normal file
4
testsuite/gdk/gdk.test.in
Normal file
@ -0,0 +1,4 @@
|
||||
[Test]
|
||||
Exec=@testexecdir@/@test@ --tap -k --verbose
|
||||
Type=session
|
||||
Output=TAP
|
@ -23,18 +23,14 @@ foreach t : tests
|
||||
env: installed_test_env,
|
||||
suite: 'gdk')
|
||||
|
||||
endforeach
|
||||
|
||||
if get_option('install-tests')
|
||||
test_cdata = configuration_data()
|
||||
test_cdata.set('libexecdir', gtk_libexecdir)
|
||||
|
||||
foreach t : tests
|
||||
configure_file(input: '@0@.test.in'.format(t),
|
||||
if get_option('install-tests')
|
||||
test_cdata = configuration_data()
|
||||
test_cdata.set('testexecdir', testexecdir)
|
||||
test_cdata.set('test', t)
|
||||
configure_file(input: 'gdk.test.in',
|
||||
output: '@0@.test'.format(t),
|
||||
configuration: test_cdata,
|
||||
install: true,
|
||||
install_dir: testdatadir)
|
||||
endforeach
|
||||
|
||||
endif
|
||||
endif
|
||||
endforeach
|
||||
|
Loading…
Reference in New Issue
Block a user