This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need to gcov shared library without building main executable program


Is there a way for gcov to provide coverage analysis of a shared
library without building the main() program that uses the shared
library?

I have external users of the library that have their own executable
programs that use the library and I need to test code coverage with
those programs but I do not have access to their source code.

Surely somebody else has encountered this problem with gcov.

- Warren Ferguson


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]