BIND 10 master, updated. bf94c3c6175e20a65ff1418e4cba692abbae159b [master] Remove duplicate Makefile.am rules

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 4 06:17:50 UTC 2013


The branch, master has been updated
       via  bf94c3c6175e20a65ff1418e4cba692abbae159b (commit)
      from  bd56a0715a100c1fc0b643bf14fd0467a5ede80f (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 bf94c3c6175e20a65ff1418e4cba692abbae159b
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Apr 4 11:27:45 2013 +0530

    [master] Remove duplicate Makefile.am rules

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

Summary of changes:
 src/lib/log/tests/Makefile.am |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/tests/Makefile.am b/src/lib/log/tests/Makefile.am
index 502fe3b..3b10cf6 100644
--- a/src/lib/log/tests/Makefile.am
+++ b/src/lib/log/tests/Makefile.am
@@ -127,11 +127,6 @@ initializer_unittests_2_LDFLAGS  = $(AM_LDFLAGS)
 noinst_PROGRAMS += $(TESTS)
 endif
 
-# Additional test using the shell.  These are principally tests
-# where the global logging environment is affected, and where the
-# output needs to be compared with stored output (where "cut" and
-# "diff" are useful utilities).
-
 noinst_SCRIPTS  = console_test.sh
 noinst_SCRIPTS += destination_test.sh
 noinst_SCRIPTS += init_logger_test.sh
@@ -139,6 +134,10 @@ noinst_SCRIPTS += local_file_test.sh
 noinst_SCRIPTS += logger_lock_test.sh
 noinst_SCRIPTS += severity_test.sh
 
+# Additional test using the shell.  These are principally tests
+# where the global logging environment is affected, and where the
+# output needs to be compared with stored output (where "cut" and
+# "diff" are useful utilities).
 check-local:
 	$(SHELL) $(abs_builddir)/console_test.sh
 	$(SHELL) $(abs_builddir)/destination_test.sh
@@ -147,11 +146,3 @@ check-local:
 	$(SHELL) $(abs_builddir)/local_file_test.sh
 	$(SHELL) $(abs_builddir)/logger_lock_test.sh
 	$(SHELL) $(abs_builddir)/severity_test.sh
-
-noinst_SCRIPTS  = console_test.sh
-noinst_SCRIPTS += destination_test.sh
-noinst_SCRIPTS += init_logger_test.sh
-noinst_SCRIPTS += buffer_logger_test.sh
-noinst_SCRIPTS += local_file_test.sh
-noinst_SCRIPTS += logger_lock_test.sh
-noinst_SCRIPTS += severity_test.sh



More information about the bind10-changes mailing list