]> git.draconx.ca Git - gob-dx.git/commit
Include <config.h> in test cases.
authorNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 16:03:19 +0000 (11:03 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 16:03:19 +0000 (11:03 -0500)
commit9e15b38133dbce39d340806433ea84f995753717
tree514fd787229f22e67132d0485230fce6242942f6
parentee1d01180583f7a4940bce0d1bda85c8379b6b4b
Include <config.h> in test cases.

Even the test cases need to include <config.h>, as they may need
definitions from the configure run in order to work correctly.

In particular, with old GLib the tests can hit the G_INLINE_FUNC bug
which is detected and worked around by configure via <config.h>.
tests/general.at
tests/interface.at
testsuite.at