mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Move tests/threadpool-test.c to glib/test/thread-pool-slow.c
Helps issue #1434
This commit is contained in:
parent
cc41af57c3
commit
611a020308
@ -116,6 +116,7 @@ glib_tests = {
|
||||
'test-printf' : {},
|
||||
'thread' : {},
|
||||
'thread-pool' : {},
|
||||
'thread-pool-slow' : {'suite' : ['slow']},
|
||||
'timeout' : {},
|
||||
'timer' : {},
|
||||
'tree' : {},
|
||||
|
@ -23,7 +23,6 @@ tests = {
|
||||
'dependencies' : [libgthread_dep],
|
||||
},
|
||||
'thread-test' : {},
|
||||
'threadpool-test' : {'suite' : ['slow']},
|
||||
'module-test-library' : {
|
||||
'dependencies' : [libgmodule_dep],
|
||||
'export_dynamic' : true,
|
||||
|
Loading…
Reference in New Issue
Block a user