From: Marcin Siodelski Date: Thu, 13 Sep 2012 05:23:26 +0000 (+0200) Subject: [master] Clean template files produced by perfdhcp unit test. X-Git-Tag: trac2351_base~47^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=362a944a677040f1b0aa08dcd1d7e43359557ea1;p=thirdparty%2Fkea.git [master] Clean template files produced by perfdhcp unit test. Discussed with jreed on jabber. --- diff --git a/tests/tools/perfdhcp/templates/Makefile.am b/tests/tools/perfdhcp/templates/Makefile.am index 4da2027903..1eee19c937 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