[svn] commit: r3029 - in /branches/trac322: configure.ac src/bin/Makefile.am src/bin/tests/ src/bin/tests/Makefile.am src/bin/tests/process_rename_test.py.in src/lib/python/isc/utils/tests/process_test.py src/lib/python/isc/utils/tests/process_test.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Sep 27 10:58:14 UTC 2010


Author: vorner
Date: Mon Sep 27 10:58:14 2010
New Revision: 3029

Log:
Move test that scans scripts under bin/tests

The test is moved, since it belongs here more, and has deps so the
scripts it scans are created first.

Added:
    branches/trac322/src/bin/tests/
    branches/trac322/src/bin/tests/Makefile.am
    branches/trac322/src/bin/tests/process_rename_test.py.in
      - copied, changed from r3028, branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in
    branches/trac322/src/lib/python/isc/utils/tests/process_test.py
Removed:
    branches/trac322/src/lib/python/isc/utils/tests/process_test.py.in
Modified:
    branches/trac322/configure.ac
    branches/trac322/src/bin/Makefile.am

Modified: branches/trac322/configure.ac
==============================================================================
--- branches/trac322/configure.ac (original)
+++ branches/trac322/configure.ac Mon Sep 27 10:58:14 2010
@@ -448,6 +448,7 @@
                  src/bin/zonemgr/Makefile
                  src/bin/zonemgr/tests/Makefile
                  src/bin/usermgr/Makefile
+                 src/bin/tests/Makefile
                  src/lib/Makefile
                  src/lib/bench/Makefile
                  src/lib/bench/example/Makefile
@@ -515,12 +516,12 @@
            src/bin/msgq/run_msgq.sh
            src/bin/auth/auth.spec.pre
            src/bin/auth/spec_config.h.pre
+           src/bin/tests/process_rename_test.py
            src/lib/config/tests/data_def_unittests_config.h
            src/lib/python/isc/config/tests/config_test
            src/lib/python/isc/cc/tests/cc_test
            src/lib/python/isc/log/tests/log_test
            src/lib/python/isc/notify/tests/notify_out_test
-           src/lib/python/isc/utils/tests/process_test.py
            src/lib/dns/gen-rdatacode.py
            src/lib/python/bind10_config.py
            src/lib/dns/tests/testdata/gen-wiredata.py

Modified: branches/trac322/src/bin/Makefile.am
==============================================================================
--- branches/trac322/src/bin/Makefile.am (original)
+++ branches/trac322/src/bin/Makefile.am Mon Sep 27 10:58:14 2010
@@ -1,1 +1,4 @@
-SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout usermgr zonemgr
+SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \
+	usermgr zonemgr tests
+
+check-recursive: all-recursive




More information about the bind10-changes mailing list