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 generated files are there too) and
configure for max static binary. This builds the httpd as a simple single static
binary which is ideal for testing.


For 2.0 you'll have to dive into gnu configure I fear - which is not the love
in of my life.


Dw



Reply via email to