[svn] commit: r2756 - /trunk/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 17 21:59:27 UTC 2010
Author: jreed
Date: Tue Aug 17 21:59:27 2010
New Revision: 2756
Log:
For the "make coverage" report, don't do code coverage reporting
for ext/asio external code.
By the way, as of 2010-08-17, this code coverage was:
ext/asio/asio 70.1% 246 / 351 lines
ext/asio/asio/detail 66.2% 952 / 1438 lines
ext/asio/asio/impl 47.6% 69 / 145 lines
ext/asio/asio/ip 95.0% 190 / 200 lines
ext/asio/asio/local 53.1% 17 / 32 lines
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Tue Aug 17 21:59:27 2010
@@ -28,6 +28,7 @@
c++/4.4\*/ext/\* \
c++/4.4\*/\*-\*/bits/\* \
boost/\* \
+ ext/asio/\* \
gtest/\* \
usr/include/\* \
tests/\* \
More information about the bind10-changes
mailing list