[svn] commit: r1336 - /trunk/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 11 22:27:21 UTC 2010


Author: jreed
Date: Thu Mar 11 22:27:21 2010
New Revision: 1336

Log:
For the lcov coverage report, skip the unit tests.
Note that the unittests have different names and different directory
names. Also some are in dedicated directories and some are not.

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Thu Mar 11 22:27:21 2010
@@ -25,6 +25,11 @@
 			boost/\* \
 			gtest/\* \
 			usr/include/\* \
+			tests/\* \
+			unittests/\* \
+			\*_unittests.cc \
+			\*_unittest.cc \
+			\*_unittests.h \
 		--output report.info
 	$(GENHTML) -o coverage report.info 
 




More information about the bind10-changes mailing list