Β· Steve Grice Β· pagekey operating system Β· 1 min read
OS17: Unit Testing C Code with Gtest, LCOV, Genhtml
In this video, we set up unit testing for our C code using Gtest, generate coverage data with gcov and LCOV, and finally generate a nice HTML coverage report for us to browse with genhtml.