BIND 10 bind10-1.2-release, updated. 9966c53d78c695f88e7a029ce3332c2de546e714 [bind10-1.2-release][master] move EXTRA_DISTs outside of if HAVE_GTEST

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 5 21:29:02 UTC 2014


The branch, bind10-1.2-release has been updated
       via  9966c53d78c695f88e7a029ce3332c2de546e714 (commit)
      from  980714458623d7dcc1fedf8590cc65122d52ec1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9966c53d78c695f88e7a029ce3332c2de546e714
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 15:25:01 2014 -0600

    [bind10-1.2-release][master] move EXTRA_DISTs outside of  if HAVE_GTEST
    
    The distcheck builders are unavailable due to vmware issues.
    wlodek noticed missing distfiles in my generated tarball when
    he tried to do a gtest build.
    
    I verified the patch.
    Patch okayed by TomM on jabber.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/Makefile.am |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am
index 8fbdb4c..3d5a70a 100644
--- a/src/bin/auth/tests/Makefile.am
+++ b/src/bin/auth/tests/Makefile.am
@@ -29,6 +29,9 @@ CLEANFILES += $(abs_top_builddir)/src/lib/testutils/testdata/does-not-exist.sqli
 TESTS_ENVIRONMENT = \
         $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
 
+EXTRA_DIST = gen-query-testdata.py
+EXTRA_DIST += gen-statisticsitems_test.py
+
 # Do not define global tests, use check-local so
 # environment can be set (needed for dynamic loading)
 TESTS =
@@ -91,8 +94,6 @@ BUILT_SOURCES += example_base_inc.cc example_nsec3_inc.cc
 BUILT_SOURCES += testdata/example-base.sqlite3
 BUILT_SOURCES += testdata/example-nsec3.sqlite3
 
-EXTRA_DIST = gen-query-testdata.py
-
 CLEANFILES += example_base_inc.cc example_nsec3_inc.cc
 
 example_base_inc.cc: $(srcdir)/testdata/example-base-inc.zone
@@ -118,8 +119,6 @@ testdata/example-nsec3.sqlite3: testdata/example-nsec3.zone testdata/example-com
 		-c "{\"database_file\": \"$(builddir)/testdata/example-nsec3.sqlite3\"}" \
 		example.com testdata/example-nsec3.zone
 
-EXTRA_DIST += gen-statisticsitems_test.py
-
 check-local:
 	B10_FROM_BUILD=${abs_top_builddir} ./run_unittests
 	$(PYTHON) $(srcdir)/gen-statisticsitems_test.py $(top_builddir)/src/bin/auth/b10-auth.xml



More information about the bind10-changes mailing list