Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add branch coverage, skip coverage check of tests themselves | Brent Cook | 2015-05-07 | 1 | -1/+7 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -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 script | Brent Cook | 2015-03-01 | 1 | -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 |