Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: add gcov support for looking at test coverage
This adds a cmake option for developers, which enables quick checking of code coverage via gcov, making (hopefully) it easier to track test cases, and what we should be doing for the next release. Use this today to track down some iio_attr issues. Signed-off-by: Robin Getz <[email protected]>
- Loading branch information