]> git.draconx.ca Git - gob-dx.git/commit
Fix testsuite on ancient GLib.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 07:00:49 +0000 (02:00 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 07:03:04 +0000 (02:03 -0500)
commita26eff8ba11dcf9a6aa21e1537397bbbfb6a927e
tree054bd1ac680fd45d851fefc8a254a07a770d3759
parent02cf98875fd0b8462ce39778db16cfd347b5c2d0
Fix testsuite on ancient GLib.

Some test cases use private data members and these fail with glib-2.0
as this feature was added somewhere around glib-2.4 or so.  Since the
program itself works fine with glib-2.0, add a configure check to skip
affected tests in this scenario.
Makefile.am
configure.ac
tests/general.at