Browse Source

[2934] add in-tree path to loadzone so the test can be more self contained.

also introduced Makefile.am in tests/lettuce so setup_interface_bind10.sh
will be auto-regenerated.
JINMEI Tatuya 12 years ago
parent
commit
58639475bb
4 changed files with 4 additions and 2 deletions
  1. 1 0
      configure.ac
  2. 1 1
      tests/Makefile.am
  3. 1 0
      tests/lettuce/Makefile.am
  4. 1 1
      tests/lettuce/setup_intree_bind10.sh.in

+ 1 - 0
configure.ac

@@ -1330,6 +1330,7 @@ AC_CONFIG_FILES([Makefile
                  tests/tools/perfdhcp/Makefile
                  tests/tools/perfdhcp/tests/Makefile
                  tests/tools/perfdhcp/tests/testdata/Makefile
+                 tests/lettuce/Makefile
                  m4macros/Makefile
                  dns++.pc
                ])

+ 1 - 1
tests/Makefile.am

@@ -1 +1 @@
-SUBDIRS = tools
+SUBDIRS = tools lettuce

+ 1 - 0
tests/lettuce/Makefile.am

@@ -0,0 +1 @@
+noinst_SCRIPTS = setup_intree_bind10.sh

File diff suppressed because it is too large
+ 1 - 1
tests/lettuce/setup_intree_bind10.sh.in