On 10-06-15 15:14 , Adam Prime wrote: > Philippe M. Chiasson wrote: >> How about this cute trick using make -k ? Quick testing seems to >> indicate it ends up doing the right thing for me. >> > > seems reasonable to me, is there any make magic that can be done to > automatically create all the run_subtests targets?
We can autogenerate it in perl-land instead something like :
<untested>
my $subtests = "";
foreach my $m (qw(Apache-Reload Apache-SizeLimit ModPerl-Registry) {
$subtests .= << "EOM";
make_subttest ::
make -C $m test
EOM
}
</untested>
--
Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/
signature.asc
Description: OpenPGP digital signature
