OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 21 forks source link

FR: Upstream NIST tests as an Autoconf Testsuite #84

Open lefessan opened 1 year ago

lefessan commented 1 year ago

The general idea is good and the approach quite well.

Things to do:

This way the general test running should be fine (one test is special as it needs to be killed, just skip it for now), but the important part is the verification (report.pl does some tests, mostly on the generated reports) - I guess that will lead to more AT_CHECK using $GREP/$SED/$AWK, right?

Originally posted by @GitMensch in https://github.com/OCamlPro/gnucobol/pull/83#pullrequestreview-1283694373