girffi: Add a test for gi_function_info_prep_invoker()

This test case was originally written by Philip Chimento as a reproducer
for #3218. Let’s add it to the test suite to catch regressions in
stack-allocated `GIBaseInfo` handling.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3218
This commit is contained in:
Philip Withnall
2024-01-23 18:10:03 +00:00
parent 998baf9afb
commit 3e157c688e
2 changed files with 91 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ if enable_gir
'cmph-bdz': {
'dependencies': [cmph_dep],
},
'function-info' : {
'depends': [glib_gir],
},
'gthash' : {
'dependencies': [girepo_gthash_dep],
},