mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Move tests/gobject/testgobject.c to gobject/tests/basics-gobject.c
Helps issue #1434
This commit is contained in:
parent
ccfabc0f99
commit
ee67ca43cd
@ -31,6 +31,7 @@ gobject_tests = {
|
|||||||
'accumulator' : {
|
'accumulator' : {
|
||||||
'source' : ['accumulator.c', marshalers_h, marshalers_c],
|
'source' : ['accumulator.c', marshalers_h, marshalers_c],
|
||||||
},
|
},
|
||||||
|
'basics-gobject' : {},
|
||||||
'boxed' : {},
|
'boxed' : {},
|
||||||
'cxx' : {
|
'cxx' : {
|
||||||
'source' : ['cxx.cpp'],
|
'source' : ['cxx.cpp'],
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
gobject_tests = {
|
gobject_tests = {
|
||||||
'testgobject' : {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if host_system != 'windows'
|
if host_system != 'windows'
|
||||||
|
Loading…
Reference in New Issue
Block a user