[svn] commit: r1894 - in /experiments/python-binding: configure.ac src/lib/dns/python/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 21 08:27:22 UTC 2010
Author: jelte
Date: Fri May 21 08:27:22 2010
New Revision: 1894
Log:
include python wrapper tests in check/coverage report
(lots of stuff missing, most of it from before we did TDD, so i'll fill those out next and then write tests for the features that are to be added before we can merge it)
Modified:
experiments/python-binding/configure.ac
experiments/python-binding/src/lib/dns/python/Makefile.am
Modified: experiments/python-binding/configure.ac
==============================================================================
--- experiments/python-binding/configure.ac (original)
+++ experiments/python-binding/configure.ac Fri May 21 08:27:22 2010
@@ -407,6 +407,7 @@
src/lib/dns/Makefile
src/lib/dns/tests/Makefile
src/lib/dns/python/Makefile
+ src/lib/dns/python/tests/Makefile
src/lib/dns-python/Makefile
src/lib/exceptions/Makefile
src/lib/datasrc/Makefile
Modified: experiments/python-binding/src/lib/dns/python/Makefile.am
==============================================================================
--- experiments/python-binding/src/lib/dns/python/Makefile.am (original)
+++ experiments/python-binding/src/lib/dns/python/Makefile.am Fri May 21 08:27:22 2010
@@ -1,3 +1,5 @@
+SUBDIRS = tests
+
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
#lib_LTLIBRARIES = libdns_python_name.la libdns_python_rrset.la
More information about the bind10-changes
mailing list