aboutsummaryrefslogtreecommitdiff
path: root/gen-coverage-report.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add branch coverage, skip coverage check of tests themselvesBrent Cook2015-05-071-1/+7
|
* enable libtls by defaultBrent Cook2015-03-191-1/+1
| | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
* add a simple code coverage generation scriptBrent Cook2015-03-011-0/+37
The lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) are required to generate reports. Original idea from this PR, thanks to Jim Barlow for doing the initial integration work. https://github.com/libressl-portable/portable/pull/58