diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2015-03-28 02:30:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-28 02:30:31 +0700 |
commit | 630005bf47e0cf58b0696a50580e69601271d620 (patch) | |
tree | 707d543a9d4dfb5071d0e52a5ff55c1b6a1a553c /development/lcov/README | |
parent | f81059476dbad46193888ef13d46b3cb92145ad5 (diff) |
development/lcov: Added (LTP GCOV extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/lcov/README')
-rw-r--r-- | development/lcov/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/lcov/README b/development/lcov/README new file mode 100644 index 000000000000..b7dc99d4b191 --- /dev/null +++ b/development/lcov/README @@ -0,0 +1,5 @@ +LCOV is a graphical front-end for GCC's coverage testing tool gcov. It +collects gcov data for multiple source files and creates HTML pages containing +the source code annotated with coverage information. It also adds overview +pages for easy navigation within the file structure. LCOV supports statement, +function and branch coverage meaurement. |