Browse Source

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)


git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1894 e5f2f494-b856-4b98-b285-d166d9295462

Jelte Jansen 15 years ago
parent
commit
7bc0d07604
2 changed files with 3 additions and 0 deletions
  1. 1 0
      configure.ac
  2. 2 0
      src/lib/dns/python/Makefile.am

+ 1 - 0
configure.ac

@@ -407,6 +407,7 @@ AC_CONFIG_FILES([Makefile
                  src/lib/dns/Makefile
                  src/lib/dns/Makefile
                  src/lib/dns/tests/Makefile
                  src/lib/dns/tests/Makefile
                  src/lib/dns/python/Makefile
                  src/lib/dns/python/Makefile
+                 src/lib/dns/python/tests/Makefile
                  src/lib/dns-python/Makefile
                  src/lib/dns-python/Makefile
                  src/lib/exceptions/Makefile
                  src/lib/exceptions/Makefile
                  src/lib/datasrc/Makefile
                  src/lib/datasrc/Makefile

+ 2 - 0
src/lib/dns/python/Makefile.am

@@ -1,3 +1,5 @@
+SUBDIRS = tests
+
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 
 
 #lib_LTLIBRARIES = libdns_python_name.la libdns_python_rrset.la
 #lib_LTLIBRARIES = libdns_python_name.la libdns_python_rrset.la