BIND 10 master, updated. 362a944a677040f1b0aa08dcd1d7e43359557ea1 [master] Clean template files produced by perfdhcp unit test.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 13 05:28:15 UTC 2012
The branch, master has been updated
via 362a944a677040f1b0aa08dcd1d7e43359557ea1 (commit)
from f75dda7a75fdb72cbb5a421669ecc220f5b53944 (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 362a944a677040f1b0aa08dcd1d7e43359557ea1
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu Sep 13 07:23:26 2012 +0200
[master] Clean template files produced by perfdhcp unit test.
Discussed with jreed on jabber.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/perfdhcp/templates/Makefile.am | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/templates/Makefile.am b/tests/tools/perfdhcp/templates/Makefile.am
index 4da2027..1eee19c 100644
--- a/tests/tools/perfdhcp/templates/Makefile.am
+++ b/tests/tools/perfdhcp/templates/Makefile.am
@@ -1,8 +1,12 @@
SUBDIRS = .
+# The test1.hex and test2.hex are created by the TestControl.PacketTemplates
+# unit tests and have to be removed.
+CLEANFILES = test1.hex test2.hex
+
perfdhcpdir = $(pkgdatadir)
-perfdhcp_DATA = discover-example.hex request4-example.hex \
- solicit-example.hex request6-example.hex
+perfdhcp_DATA = discover-example.hex request4-example.hex
+perfdhcp_DATA += solicit-example.hex request6-example.hex
EXTRA_DIST = discover-example.hex request4-example.hex
EXTRA_DIST += solicit-example.hex request6-example.hex
More information about the bind10-changes
mailing list