Re: recursive make test

2001-10-06 Thread Doug MacEachern
On Sat, 6 Oct 2001, Stas Bekman wrote: > Currently, Makefile.PL makes sure that 'make' puts all the files from > sub-dir Makefile.PL's under the same top blib, but it ignores 'make > test' in sub dirs? How should we handle this? For example there are a > few tests for Apache::Test. I think thi

recursive make test

2001-10-05 Thread Stas Bekman
Currently, Makefile.PL makes sure that 'make' puts all the files from sub-dir Makefile.PL's under the same top blib, but it ignores 'make test' in sub dirs? How should we handle this? For example there are a few tests for Apache::Test. I think this because I'm not sure whether I should add tes