Apache-httpd -Test coverage

2004-05-08 Thread Abhishek Khandelwal
Hi, I am trying to find out the code-coverage for httpd using the perl-testframework. I am trying to use Rational's PureCoverage tool to do that. One of the requirements for Purecoverage tool is to insert purecov before CC(cc or gcc) in makefile. Does anyone have idea, how to insert purecov

Re: Apache-httpd -Test coverage

2004-05-08 Thread Dirk-Willem van Gulik
On May 8, 2004, at 5:01 AM, Abhishek Khandelwal wrote: Does anyone have idea, how to insert purecov before cc in makefile? What I've always done for httpd 1.3 is simply take the compile line and do purecov gcc flags -o httpd `cat all.dot.c's` after a compile (needed to make sure all

Re: Apache-httpd -Test coverage

2004-05-08 Thread Stas Bekman
Abhishek Khandelwal wrote: Hi, I am trying to find out the code-coverage for httpd using the perl-testframework. I am trying to use Rational's PureCoverage tool to do that. One of the requirements for Purecoverage tool is to insert purecov before CC(cc or gcc) in makefile. Does anyone have idea,