lclevy / ADFlib

A free, portable and open implementation of the Amiga filesystem
GNU General Public License v2.0
84 stars 29 forks source link

Execute autotools builds also on ubuntu-20.04 (LTS). #45

Closed t-w closed 1 year ago

t-w commented 1 year ago

what should help testing with older software (should help testing for Debian stable).

t-w commented 1 year ago

OK. so in the end, I am not adding Ubuntu LTS... It is 20.04 and it has some completely ancient check (0.10.0-3build2), packages with Check in Ubuntu: https://packages.ubuntu.com/search?keywords=check&searchon=names&suite=all&section=all

In fact the "latest" Ubuntu in actions is 22.04 (so the newer LTS...), and this one has the same version of check as Debian stable. So adding the other one makes no sense...

t-w commented 1 year ago

Besides END_TEST, 0.9.6 from Ubuntu 20.04 is lacking several functions:

See: https://raw.githubusercontent.com/libcheck/check/master/NEWS

kyz commented 1 year ago

The macros you mention were added in 0.11.0 so this is the minimum library version needed. I will update configure.ac with this.