cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

add gcov/lcov support to build system #301

Open mfrey opened 6 years ago

mfrey commented 6 years ago

We have only have a vague understanding of our code coverage. If we would add gcov (and lcov for reporting) to our test builds, we would get insights on the current code coverage. A good pointer for adding gcov to cmake/cmocka seems to be over here.