mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
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:
parent
1f2f3d7f37
commit
5931ed8c2b
@ -98,6 +98,10 @@ glib_tests = {
|
|||||||
},
|
},
|
||||||
'shell' : {},
|
'shell' : {},
|
||||||
'slice' : {},
|
'slice' : {},
|
||||||
|
'slice-color' : {
|
||||||
|
'extra_sources' : ['memchunks.c'],
|
||||||
|
},
|
||||||
|
'slice-concurrent' : {},
|
||||||
'slist' : {},
|
'slist' : {},
|
||||||
'sort' : {},
|
'sort' : {},
|
||||||
'spawn-multithreaded' : {},
|
'spawn-multithreaded' : {},
|
||||||
|
@ -20,10 +20,6 @@ tests = {
|
|||||||
'mainloop-test' : {},
|
'mainloop-test' : {},
|
||||||
'mapping-test' : {},
|
'mapping-test' : {},
|
||||||
'onceinit' : {},
|
'onceinit' : {},
|
||||||
'slice-color' : {
|
|
||||||
'extra_sources' : ['memchunks.c'],
|
|
||||||
},
|
|
||||||
'slice-concurrent' : {},
|
|
||||||
'slice-threadinit' : {
|
'slice-threadinit' : {
|
||||||
'dependencies' : [libgthread_dep],
|
'dependencies' : [libgthread_dep],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user