From 1f72c848aff59cb4de34740c0cf1bba5fe4c9ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 16 Jan 2008 16:04:16 +0000 Subject: - add missing tests git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2041 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 396a941d..5a4bffa6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,6 +31,8 @@ CONFS=fastcgi-10.conf \ core-response.t \ core-keepalive.t \ core.t \ + mod-proxy.t \ + mod-secdownload.t \ mod-access.t \ mod-auth.t \ mod-cgi.t \ @@ -39,6 +41,8 @@ CONFS=fastcgi-10.conf \ mod-redirect.t \ mod-rewrite.t \ mod-userdir.t \ + env-variables.t \ + symlink.t \ request.t \ mod-ssi.t \ LightyTest.pm \ @@ -49,7 +53,6 @@ CONFS=fastcgi-10.conf \ core-404-handler.t \ 404-handler.conf - TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir) EXTRA_DIST=wrapper.sh lighttpd.conf \ -- cgit v1.2.1