• Geoff Simmons's avatar
    Add autotool support for generating coverage reports. · 8dbfc85c
    Geoff Simmons authored
    configure checks if you have lcov & genhtml; these can be specified
    with --with-lcov and/or --with-genhtml.
    
    If they are available, then make coverage does the following:
    
    - make clean, then make check with CC=gcc & CXX=g++, and CFLAGS &&
      CXXFLAGS set so that inputs for gcov/lcov are generated.
    
    - lcov creates the src/coverage subdir and generates a targetfile
      there.
    
    - genhtml generates HTML reports in src/coverage.
    8dbfc85c
Name
Last commit
Last update
m4 Loading commit data...
pkg/rpm Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...