]> git.draconx.ca Git - gob-dx.git/commit
Add missing <stdlib.h> includes in test cases.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:30:00 +0000 (21:30 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:30:00 +0000 (21:30 -0500)
commit6bec6738ec9d978036dcc64a7008c86b95bed5c0
tree225b093e8aff7681c01e81a8a6d6bae219b5818f
parentb95b3724f522c3d7ab2ede752e2913287b172b8e
Add missing <stdlib.h> includes in test cases.

It seems that current versions of GLib expose EXIT_FAILURE and
EXIT_SUCCESS (possibly via indirect <stdlib.h> includes).  But this
is not the case in older versions and some tests fail as a result
due to the missing macro definitions.  Easily fixed.
tests/general.at
tests/interface.at