BIND 10 master, updated. 7f389397088c33432f0ac0259ccf991158e1d9a4 [master] move EXTRA_DISTs outside of if HAVE_GTEST
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 5 21:26:31 UTC 2014
The branch, master has been updated
via 7f389397088c33432f0ac0259ccf991158e1d9a4 (commit)
from 8c629e7b50a0dcb8c6669f6985593f4e172300ec (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 7f389397088c33432f0ac0259ccf991158e1d9a4
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Mar 5 15:25:01 2014 -0600
[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