Hello, I would like to have more tests for mingw (on cygwin) using Bruno CI https://github.com/gnu-texinfo/ci-check
However, 'prove' is not found by configure, by AC_CHECK_PROGS([PROVE], [prove], []) while perl is found with AC_PATH_PROG([PERL], [perl]) I checked the binary zip provided for strawberry perl, which seems to be the Perl used in that case, and there is a prove.bat file provided. Do testers with mingw and strawberry Perl have prove found by configure? Any idea on what should be done? -- Pat