Move test files on slices from tests/ to glib/tests/

slice-color.c and slice-concurrent.c are moved from tests/ to glib/tests/

Related to issue #1434
This commit is contained in:
Emmanuel Fleury 2022-03-20 23:33:17 +01:00 committed by Philip Withnall
parent 1f2f3d7f37
commit 5931ed8c2b
4 changed files with 4 additions and 4 deletions

View File

@ -98,6 +98,10 @@ glib_tests = {
},
'shell' : {},
'slice' : {},
'slice-color' : {
'extra_sources' : ['memchunks.c'],
},
'slice-concurrent' : {},
'slist' : {},
'sort' : {},
'spawn-multithreaded' : {},

View File

@ -20,10 +20,6 @@ tests = {
'mainloop-test' : {},
'mapping-test' : {},
'onceinit' : {},
'slice-color' : {
'extra_sources' : ['memchunks.c'],
},
'slice-concurrent' : {},
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
},