Enabling disabled slice-color test case

This commit is contained in:
Emmanuel Fleury 2022-03-19 15:59:30 +01:00 committed by Philip Withnall
parent 56a3747038
commit 495508cf84

View File

@ -20,6 +20,9 @@ tests = {
'mainloop-test' : {},
'mapping-test' : {},
'onceinit' : {},
'slice-color' : {
'extra_sources' : ['memchunks.c'],
},
'slice-concurrent' : {},
'slice-threadinit' : {
'dependencies' : [libgthread_dep],
@ -46,9 +49,6 @@ test_extra_programs = {
'slice-test' : {
'extra_sources' : ['memchunks.c'],
},
'slice-color' : {
'extra_sources' : ['memchunks.c'],
},
'assert-msg-test' : {},
}