Browse Source

[2479] Moved perfdhcp/template folder to perfdhcp/tests/testdata.

Marcin Siodelski 12 years ago
parent
commit
dbf7313f6b

+ 1 - 1
configure.ac

@@ -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

+ 1 - 1
tests/tools/perfdhcp/Makefile.am

@@ -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

+ 1 - 1
tests/tools/perfdhcp/tests/Makefile.am

@@ -1,4 +1,4 @@
-SUBDIRS = .
+SUBDIRS = . testdata
 
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)

tests/tools/perfdhcp/templates/.gitignore → tests/tools/perfdhcp/tests/testdata/.gitignore


tests/tools/perfdhcp/templates/Makefile.am → tests/tools/perfdhcp/tests/testdata/Makefile.am


tests/tools/perfdhcp/templates/discover-example.hex → tests/tools/perfdhcp/tests/testdata/discover-example.hex


tests/tools/perfdhcp/templates/request4-example.hex → tests/tools/perfdhcp/tests/testdata/request4-example.hex


tests/tools/perfdhcp/templates/request6-example.hex → tests/tools/perfdhcp/tests/testdata/request6-example.hex


tests/tools/perfdhcp/templates/solicit-example.hex → tests/tools/perfdhcp/tests/testdata/solicit-example.hex