[svn] commit: r2256 - in /branches/tingting-loadzone: configure.ac src/bin/xfrout/xfrout.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 24 06:37:52 UTC 2010
Author: shentingting
Date: Thu Jun 24 06:37:52 2010
New Revision: 2256
Log:
add two Makefile.am files to make the test more quick. now we can use make check to run the tests.
Modified:
branches/tingting-loadzone/configure.ac
branches/tingting-loadzone/src/bin/xfrout/xfrout.py.in
Modified: branches/tingting-loadzone/configure.ac
==============================================================================
--- branches/tingting-loadzone/configure.ac (original)
+++ branches/tingting-loadzone/configure.ac Thu Jun 24 06:37:52 2010
@@ -378,6 +378,8 @@
src/bin/cfgmgr/Makefile
src/bin/host/Makefile
src/bin/loadzone/Makefile
+ src/bin/loadzone/tests/correct/Makefile
+ src/bin/loadzone/tests/error/Makefile
src/bin/msgq/Makefile
src/bin/msgq/tests/Makefile
src/bin/auth/Makefile
Modified: branches/tingting-loadzone/src/bin/xfrout/xfrout.py.in
==============================================================================
--- branches/tingting-loadzone/src/bin/xfrout/xfrout.py.in (original)
+++ branches/tingting-loadzone/src/bin/xfrout/xfrout.py.in Thu Jun 24 06:37:52 2010
@@ -441,4 +441,3 @@
if xfrout_server:
xfrout_server.shutdown()
-
More information about the bind10-changes
mailing list