Skip to content

Instantly share code, notes, and snippets.

@fbudin69500
Created November 9, 2015 14:22
Show Gist options
  • Save fbudin69500/f58ec58c1fb426d6f43c to your computer and use it in GitHub Desktop.
Save fbudin69500/f58ec58c1fb426d6f43c to your computer and use it in GitHub Desktop.
Code coverage
#!/bin/csh
make
lcov --directory . --zerocounters
ctest
lcov --directory . --capture --output-file app.info
genhtml app.info
firefox ./index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment