I am using CuTest for unit testing and would like to get information about code coverage. Are there any code coverage tools available for C?
Thanks
|
I am using CuTest for unit testing and would like to get information about code coverage. Are there any code coverage tools available for C? Thanks
| |||
|
feedback
|
|
If you're using gcc, there is gcov. Compile your code with the | |||||
|
feedback
|
|
Our Test Coverage tools handles not only C in general but a variety of C dialects including GCC2/3/4, MS C in its many dialects, etc., as well as a number of other languages. For C, it is often important that the tool be able to operate in embedded contexts with extremely low overhead. These tools do. | ||||
|
feedback
|