Move tests/threadpool-test.c to glib/test/thread-pool-slow.c

Helps issue #1434
This commit is contained in:
Emmanuel Fleury 2022-05-05 10:51:16 +02:00
parent cc41af57c3
commit 611a020308
3 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ glib_tests = {
'test-printf' : {},
'thread' : {},
'thread-pool' : {},
'thread-pool-slow' : {'suite' : ['slow']},
'timeout' : {},
'timer' : {},
'tree' : {},

View File

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