]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Clean template files produced by perfdhcp unit test.
authorMarcin Siodelski <marcin@isc.org>
Thu, 13 Sep 2012 05:23:26 +0000 (07:23 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 13 Sep 2012 05:27:11 +0000 (07:27 +0200)
Discussed with jreed on jabber.

tests/tools/perfdhcp/templates/Makefile.am

index 4da20279039865eb93920afd35df81eb186c5b5c..1eee19c9372ba1515a5fe70fb700497b87902fd4 100644 (file)
@@ -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