Merge branch 'wip/pwithnall/gdump-tests' into 'main'

tests: Add basic tests for gdump.c in libgirepository

See merge request GNOME/glib!4102
This commit is contained in:
Philip Withnall
2024-06-04 15:17:03 +00:00
2 changed files with 186 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ girepository_tests = {
'cmph-bdz': {
'dependencies': [cmph_dep],
},
'dump' : {
'export_dynamic': true,
},
'gthash' : {
'dependencies': [girepo_gthash_dep],
},
@@ -122,6 +125,7 @@ foreach test_name, extra_args : girepository_tests
override_options: extra_args.get('override_options', []),
dependencies: test_deps + extra_args.get('dependencies', []),
link_with: extra_args.get('link_with', []),
export_dynamic: extra_args.get('export_dynamic', false),
install_dir: installed_tests_execdir,
install_tag: 'tests',
install: install,