[freetds] placeholders and messages

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Thu Apr 14 08:54:54 EDT 2005


> 
> > BTW, you said
> > in another post:
> > 
> > > To improve test accuracy I would implement a test coverage 
> > script using
> > > GCC... I think that many functions still lack a test.
> > 
> > Is there some automated way of using gcc to implement test 
> > coverage?  Or
> > did you mean to use autoconf somehow?  
> > 
> 
> man gcov.
> Briefly
> - compile with -fprofile-arcs -ftest-coverage (ie "CFLAGS='-O0
> -fprofile-arcs -ftest-coverage' ./configure" and make)
> - go in source directory and launch gcov (ie "gcov -c cs.c")
> - read cs.c...
> I think there should some project to generate statistics and similar..
> 

Something like that

http://freetds.sourceforge.net/coverage/

freddy77



More information about the FreeTDS mailing list