Moving tests/mapping-test.c to glib/test/mapping.c

Helps issue #1434
This commit is contained in:
Emmanuel Fleury 2022-04-15 10:55:08 +02:00
parent a67e9cdbe0
commit 3f085d1f4a
3 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ glib_tests = {
'macros' : {},
'mainloop' : {},
'mappedfile' : {},
'mapping' : {},
'markup' : {},
'markup-parse' : {},
'markup-collect' : {},

View File

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