Distribute cxx test tests/cxx-test.cpp to each module tests directory

tests/cxx-test.cpp is removed and splitted into gio/tests/cxx.cpp,
gmodule/tests/cxx.cpp and gobject/tests/cxx.cpp.

Helps issue #1434
This commit is contained in:
Emmanuel Fleury
2021-12-13 16:06:47 +01:00
parent ce57cc1c02
commit ae345e56c2
9 changed files with 133 additions and 15 deletions

View File

@@ -52,6 +52,9 @@ gio_tests = {
'contenttype' : {},
'converter-stream' : {},
'credentials' : {},
'cxx' : {
'source' : ['cxx.cpp'],
},
'data-input-stream' : {},
'data-output-stream' : {},
'defaultvalue' : {'extra_sources' : [giotypefuncs_inc]},