Parcourir la source

[master] Clean template files produced by perfdhcp unit test.

Discussed with jreed on jabber.
Marcin Siodelski il y a 12 ans
Parent
commit
362a944a67
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      tests/tools/perfdhcp/templates/Makefile.am

+ 6 - 2
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