Merge branch 'cxx-test' into 'main'

Removing redundant cxx test tests/cxx-test.cpp

See merge request GNOME/glib!2391
This commit is contained in:
Philip Withnall
2021-12-14 15:23:16 +00:00
9 changed files with 133 additions and 15 deletions

View File

@@ -50,11 +50,6 @@ tests = {
'source': 'module-test.c',
'c_args': ['-DMODULE_TYPE="plugin"'],
},
'cxx-test' : {
'source' : 'cxx-test.cpp',
'include_directories' : gmoduleinc,
'dependencies' : [libgio_dep],
},
}
test_extra_programs = {