]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2479] Moved perfdhcp/template folder to perfdhcp/tests/testdata.
authorMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 19:29:20 +0000 (20:29 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 19:29:20 +0000 (20:29 +0100)
configure.ac
tests/tools/perfdhcp/Makefile.am
tests/tools/perfdhcp/tests/Makefile.am
tests/tools/perfdhcp/tests/testdata/.gitignore [moved from tests/tools/perfdhcp/templates/.gitignore with 100% similarity]
tests/tools/perfdhcp/tests/testdata/Makefile.am [moved from tests/tools/perfdhcp/templates/Makefile.am with 100% similarity]
tests/tools/perfdhcp/tests/testdata/discover-example.hex [moved from tests/tools/perfdhcp/templates/discover-example.hex with 100% similarity]
tests/tools/perfdhcp/tests/testdata/request4-example.hex [moved from tests/tools/perfdhcp/templates/request4-example.hex with 100% similarity]
tests/tools/perfdhcp/tests/testdata/request6-example.hex [moved from tests/tools/perfdhcp/templates/request6-example.hex with 100% similarity]
tests/tools/perfdhcp/tests/testdata/solicit-example.hex [moved from tests/tools/perfdhcp/templates/solicit-example.hex with 100% similarity]

index 636f8aa959525865bcee77ae13b78a938ea953af..feeb9a92486b58f6aa6f970389a70bfbe9b461ed 100644 (file)
@@ -1308,7 +1308,7 @@ AC_CONFIG_FILES([Makefile
                  tests/tools/badpacket/tests/Makefile
                  tests/tools/perfdhcp/Makefile
                  tests/tools/perfdhcp/tests/Makefile
-                 tests/tools/perfdhcp/templates/Makefile
+                 tests/tools/perfdhcp/tests/testdata/Makefile
                  dns++.pc
                ])
 AC_OUTPUT([doc/version.ent
index 08a21a4c2da7fd3f5e9417c6e1c0a6cd251afcc6..c4b82b5d48efcdc9c5ce971d07dfad936a48c609 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = . tests templates
+SUBDIRS = . tests
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
index 54602aff4b1f97747cd2855f56fa3fbaac18dd76..4879d57ab71704e14e0b8458de61e3b924679269 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = .
+SUBDIRS = . testdata
 
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)