[gs-devel] code coverage of .ps files

Ralph Giles giles at ghostscript.com
Fri Jul 27 09:41:25 PDT 2007


On Fri, Jul 27, 2007 at 09:42:16AM -0700, Cheri Pompeo wrote:

> I need to provide code coverage on the .ps files that the Ghostscript
> interpreter uses and I can't see how to do this.

Just to clarify: you're looking for code coverage on the postscript 
library files used by Ghostscript, not on the C source files used
by Ghostscript?

GCC has support for the later, but the former will require some hacking. 
The interpreter doesn't keep much debug information around after it 
parses the files.

 -r



More information about the gs-devel mailing list