Related articles |
---|
Coverage utilities?? (Do they exist/Where are they, for C and Perl) rlpowell@napier.uwaterloo.ca (1997-02-07) |
Re: Coverage utilities?? (for C and Perl) krish@cs.purdue.edu (Sailesh Krishnamurthy) (1997-02-09) |
Re: Coverage utilities?? (for C and Perl) thetick@scruz.net (Scott Stanchfield) (1997-02-09) |
Re: Coverage utilities?? (for C and Perl) stephens@math.ruu.nl (1997-02-11) |
Re: Coverage utilities?? (for C and Perl) ikastan@alumnae.caltech.edu (1997-02-11) |
Re: Coverage utilities?? (for C and Perl) rfg@monkeys.com (1997-02-27) |
From: | Sailesh Krishnamurthy <krish@cs.purdue.edu> |
Newsgroups: | comp.compilers |
Date: | 9 Feb 1997 18:51:19 -0500 |
Organization: | Compilers Central |
References: | 97-02-052 |
Keywords: | C, testing |
There exists an excellent coverage tool called ATAC (Automatic Test
Analysis for C programs) from Bellcore. While earlier versions
(3.3.13) were available for free, later versions (4.x and above) which
also support C++ (have neat GUIs and many other nifty tools for
slicing etc) are not. Having used both versions extensively, I
strongly urge you to get a newer version !
When I last picked up at atac I got it at
ftp://flash.bellcore.com/pub/atac - I don't know if that version is
still available (although I have a local copy I still use for my
experiments) - contact atac@bellcore.com for more details.
ATAC measures the following coverages - function, block, decision,
c-uses, p-uses and all-uses. It also runs under several systems (I've
used it on Solaris,SunOS and AIX).
Hope this helps ..
--
Cheers
Sailesh
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.