girepository/tests: Add tests for basic inspector operations

Add some initial tests for the inspector
This commit is contained in:
Marco Trevisan (Treviño)
2024-05-24 17:26:56 +02:00
parent 6160747fe5
commit 044e77a384
3 changed files with 169 additions and 3 deletions

View File

@@ -173,6 +173,11 @@ if enable_gir
},
'suite': ['compiler'],
},
'gi-inspect-typelib.py': {
'depends': [giinspecttypelib, glib_gir[1], gobject_gir[1], gio_gir[1]],
'env': {'_G_TEST_PROGRAM_RUNNER_PATH': fs.parent(giinspecttypelib.full_path())},
'suite': ['inspector'],
},
}
endif