Execution profiling - CODE COVERAGE
Walter Bright
bright at Data-IO.COM
Tue Aug 30 03:56:12 AEST 1988
In article <10147 at reed.UUCP> mdr at reed.UUCP (Mike Rutenberg) writes:
<I'm interested in finding a code coverage tool which
<will let me know [...] what portions of my program
<has not been executed during a run. Does anyone know
<of such beasts?
There is a program called CLUE available from OASYS that does exactly
this. We use it to verify that our test suites really test the program.
More information about the Comp.lang.c
mailing list