]> git.draconx.ca Git - gob-dx.git/commit
Add missing g_type_init calls to test cases.
authorNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:36:15 +0000 (23:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:41:26 +0000 (23:41 -0500)
commitedbed51570922b674286769255e3ac2b949e1ba7
tree60e901dbe2777f615ea8aaefabd890a188dee5cd
parent128651aeb8a83a6a240298b0391c2d183763ec93
Add missing g_type_init calls to test cases.

While this is a no-op on modern Glib, older versions require this to
be explicitly called before doing anything with the gobject system.

Failing to do so leads to test case failures.
tests/general.at
tests/interface.at