Re: ./t/TEST to trigger make

2001-08-06 Thread Doug MacEachern
On Sun, 5 Aug 2001, Stas Bekman wrote: > is this ok? yeah, that'd be fine. > Index: ./Apache-Test/lib/Apache/TestConfigPerl.pm > === > RCS file: > /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v > r

Re: ./t/TEST to trigger make

2001-08-04 Thread Stas Bekman
On Sat, 4 Aug 2001, Doug MacEachern wrote: > On Fri, 3 Aug 2001, Stas Bekman wrote: > > > Doug, > > > > I find it very incovenient to run 'make' everytime I change > > Apache/TestConfig.pm or similar files. Of course I could run 'make test' > > but then it runs all tests, whereas I want to run on

Re: ./t/TEST to trigger make

2001-08-04 Thread Doug MacEachern
On Fri, 3 Aug 2001, Stas Bekman wrote: > Doug, > > I find it very incovenient to run 'make' everytime I change > Apache/TestConfig.pm or similar files. Of course I could run 'make test' > but then it runs all tests, whereas I want to run only one test to > exercise something that I work on. > >