Move tests/gobject/testgobject.c to gobject/tests/basics-gobject.c

Helps issue #1434
This commit is contained in:
Emmanuel Fleury 2022-05-27 22:31:13 +02:00
parent ccfabc0f99
commit ee67ca43cd
3 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ gobject_tests = {
'accumulator' : {
'source' : ['accumulator.c', marshalers_h, marshalers_c],
},
'basics-gobject' : {},
'boxed' : {},
'cxx' : {
'source' : ['cxx.cpp'],

View File

@ -1,5 +1,4 @@
gobject_tests = {
'testgobject' : {},
}
if host_system != 'windows'