tests: Add basic tests for gobject-query utility

At the moment these tests basically just ensure that the program’s
compiled properly and doesn’t crash on startup. They don’t check
functionality very deeply.

But they’re a start.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2022-06-09 13:26:15 +01:00
parent fbdbbfa580
commit c49f481967
2 changed files with 118 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ endif
python_tests = [
'genmarshal.py',
'gobject-query.py',
'mkenums.py',
]