diff options
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 0000000000..b7dc99d4b1 --- /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. |