Skip to content
  • Jelte Jansen's avatar
    made a start with automating coverage tests; · 579aae2c
    Jelte Jansen authored
    configure --with-lcov will try /usr/bin and /usr/local/bin for the lcov and genhtml binaries
    (use --with-lcov=PATH to specify a full path to the lcov binary, genhtml is assumed to be in the same one)
    this enables a new makefile target; coverage
    make coverage removes old coverage results, performs the tests (by depending on make check), and generates a new report in coverage/
    
    
    git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@412 e5f2f494-b856-4b98-b285-d166d9295462
    579aae2c