> Date: Fri, 20 Sep 2024 19:14:46 +0200
> From: Patrice Dumas <pertu...@free.fr>
> 
> 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?

On my system, I get

  $ which prove
  /bin/prove

in the MSYS Bash.  So it does find 'prove'.

> Any idea on what should be done?

Do you have the file in your MSYS installation?  And if not, does the
Strawberry Perl's bin/ subdirectory appear on your PATH?


Reply via email to