• Geoff Simmons's avatar
    Add autotool support for generating coverage reports. · 011cb306
    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 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.
    011cb306
Name
Last commit
Last update
..
foreign Loading commit data...
tests Loading commit data...
Makefile.am Loading commit data...
debug.h Loading commit data...
misc.c Loading commit data...
misc.h Loading commit data...
node.c Loading commit data...
node.h Loading commit data...
node_assert.h Loading commit data...
node_head.h Loading commit data...
node_mempool.h Loading commit data...
pesi.c Loading commit data...
pesi.h Loading commit data...
pesi.vsc Loading commit data...
pesi_flags.h Loading commit data...
pesi_tree.h Loading commit data...
state.dot Loading commit data...
tbl_set_parameter.h Loading commit data...
tree.dot Loading commit data...
vdp_pesi.c Loading commit data...
vdp_pesi.h Loading commit data...
vdp_pesi.vcc Loading commit data...
vmod_pesi.c Loading commit data...