mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Move tests/spawn-test.c -> glib/tests/spawn-test.c
Related to issue #1434
This commit is contained in:
parent
5a7a69bd99
commit
762ed2e82b
@ -107,6 +107,7 @@ glib_tests = {
|
|||||||
'spawn-multithreaded' : {},
|
'spawn-multithreaded' : {},
|
||||||
'spawn-path-search' : {},
|
'spawn-path-search' : {},
|
||||||
'spawn-singlethread' : {},
|
'spawn-singlethread' : {},
|
||||||
|
'spawn-test' : {},
|
||||||
'strfuncs' : {},
|
'strfuncs' : {},
|
||||||
'string' : {},
|
'string' : {},
|
||||||
'strvbuilder' : {},
|
'strvbuilder' : {},
|
||||||
|
@ -23,7 +23,6 @@ tests = {
|
|||||||
'slice-threadinit' : {
|
'slice-threadinit' : {
|
||||||
'dependencies' : [libgthread_dep],
|
'dependencies' : [libgthread_dep],
|
||||||
},
|
},
|
||||||
'spawn-test' : {},
|
|
||||||
'thread-test' : {},
|
'thread-test' : {},
|
||||||
'threadpool-test' : {'suite' : ['slow']},
|
'threadpool-test' : {'suite' : ['slow']},
|
||||||
'module-test-library' : {
|
'module-test-library' : {
|
||||||
|
Loading…
Reference in New Issue
Block a user