Move tests/type-test.c to glib/tests/types.c

Helps issue #1434
This commit is contained in:
Emmanuel Fleury 2022-02-23 23:48:27 +01:00 committed by Philip Withnall
parent 9933e2b54c
commit 208dfe9ddc
3 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,7 @@ glib_tests = {
'timeout' : {},
'timer' : {},
'tree' : {},
'types' : {},
'utf8-performance' : {},
'utf8-pointer' : {},
'utf8-validate' : {},

View File

@ -28,7 +28,6 @@ tests = {
'spawn-test' : {},
'thread-test' : {},
'threadpool-test' : {'suite' : ['slow']},
'type-test' : {},
'unicode-encoding' : {},
'module-test-library' : {
'dependencies' : [libgmodule_dep],