Move tests/spawn-test.c -> glib/tests/spawn-test.c

Related to issue #1434
This commit is contained in:
Emmanuel Fleury 2022-03-29 10:16:05 +02:00
parent 5a7a69bd99
commit 762ed2e82b
3 changed files with 1 additions and 1 deletions

View File

@ -107,6 +107,7 @@ glib_tests = {
'spawn-multithreaded' : {},
'spawn-path-search' : {},
'spawn-singlethread' : {},
'spawn-test' : {},
'strfuncs' : {},
'string' : {},
'strvbuilder' : {},

View File

@ -23,7 +23,6 @@ tests = {
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
},
'spawn-test' : {},
'thread-test' : {},
'threadpool-test' : {'suite' : ['slow']},
'module-test-library' : {