• Geoff Simmons's avatar
    Add autotool support for generating coverage reports. · 8931b5fd
    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, the make target coverage can be executed:
    
    - make clean, then make check with CC=gcc and CFLAGS 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.
    8931b5fd
Name
Last commit
Last update
..
foreign Loading commit data...
tests Loading commit data...
.dir-locals.el Loading commit data...
Makefile.am Loading commit data...
keys.c Loading commit data...
keys.h Loading commit data...
rfc8188.c Loading commit data...
rfc8188.h Loading commit data...
rfc8188_test.c Loading commit data...
vfp.c Loading commit data...
vfp.h Loading commit data...
vfp_set_salt.c Loading commit data...
vmod_ece.c Loading commit data...
vmod_ece.vcc Loading commit data...