Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 76 forks source link

Improve testing and CI a bit #387

Open mohawk2 opened 3 years ago

mohawk2 commented 3 years ago

This makes the CI do make disttest NOECHO= on all platforms, both to exercise the disttest functionality a bit more, and to reveal what is happening when it doesn't work.

Similarly, t/basic.t is updated so that all runs of the install functionality go via the check_dummy_inst function, which will then always check each install systematically in the same way.