views:

343

answers:

1

Is it possible to get code coverage done by tests using google test framework?

+1  A: 

Yes, I've successfully used both free (gcov) and commercial (CTC++) tools. No special steps are needed, just follow the documentation.

chalup
I'll take a look.
gruszczy