Moving tests/refcount/ directory to gobject/tests/

Modified by Philip Withnall to omit the subdirectory and drop the
`refcount` suite as both seem like unnecessary over-categorisation.

Related to issue #1434
This commit is contained in:
Emmanuel Fleury
2022-03-16 09:51:51 +01:00
committed by Philip Withnall
parent b65260abe4
commit 70401ae8c3
10 changed files with 22 additions and 61 deletions

View File

@@ -57,6 +57,28 @@ gobject_tests = {
'signalgroup' : {},
'testing' : {},
'type-flags' : {},
'objects-refcount1' : {},
'objects-refcount2' : {'suite' : ['slow']},
'properties-refcount1' : {},
'properties-refcount2' : {'suite' : ['slow']},
'properties-refcount3' : {'suite' : ['slow']},
'properties-refcount4' : {},
'signals-refcount1' : {
'source' : 'signals-refcount.c',
'c_args' : ['-DTESTNUM=1'],
},
'signals-refcount2' : {
'source' : 'signals-refcount.c',
'c_args' : ['-DTESTNUM=2'],
},
'signals-refcount3' : {
'source' : 'signals-refcount.c',
'c_args' : ['-DTESTNUM=3'],
},
'signals-refcount4' : {
'source' : 'signals-refcount.c',
'c_args' : ['-DTESTNUM=4'],
},
}
if cc.get_id() != 'msvc'