Hi, I'm building libwin32-0.26. It bundles together a number of Win32 modules. Each module has its own separate folder in the source distro - with its own Makefile.PL and its own t (test) sub directory.
One not-so-nice feature of this is that if one of the tests for a particular module fails, then 'make test' stops, and the tests for the remaining modules do not get run. How could that behaviour be changed (so that *all* tests get run, irrespective of how many failures there are) ? Would it require that all of the test scripts be relocated to the same 't' folder ? Or is there a way to facilitate this change of behaviour without messing with the location of the test scripts ? (ie is there some MakeMaker magic that can be invoked .... or a 'make' switch that will do the trick ?) I'm running perl 5.8.7, EU::MM-6.17 Cheers, Rob