Merge branch 'move_gio-test' into 'main'

Convert tests/gio-test.c to g_test framework

See merge request GNOME/glib!2539
This commit is contained in:
Philip Withnall
2022-05-16 12:34:27 +00:00
4 changed files with 420 additions and 422 deletions

View File

@@ -16,7 +16,6 @@ subdir('gobject')
subdir('refcount')
tests = {
'gio-test' : {},
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
},