Merge branch '1535-tap' into 'master'

Meson: Run in TAP mode installed tests that support it

Closes #1535

See merge request GNOME/glib!343
This commit is contained in:
Xavier Claessens
2018-09-24 14:49:40 +00:00
7 changed files with 15 additions and 8 deletions

View File

@@ -464,7 +464,7 @@ foreach test_dict : gio_tests
test_conf.set('installed_tests_dir', installed_tests_execdir)
test_conf.set('program', test_name)
configure_file(
input: installed_tests_template,
input: installed_tests_template_tap,
output: test_name + '.test',
install_dir: installed_tests_metadir,
configuration: test_conf