Skip to Content.
Sympa Menu

freetds - RE: [freetds] placeholders and messages

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] placeholders and messages
  • Date: Thu, 14 Apr 2005 14:54:54 +0200

>
> > 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




Archive powered by MHonArc 2.6.24.

Top of Page