summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-12-10 22:35:21 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2018-12-10 22:36:23 -0500
commit07517ff30af559d419a592b16b62c4c5dde3bb06 (patch)
tree628592564e9cdad85e2824bd7c0c5a1d5c40fd5b /tests/Makefile.am
parentf03e5e239d024965d4c1476b5e02baa06f876269 (diff)
downloadlighttpd-git-07517ff30af559d419a592b16b62c4c5dde3bb06.tar.gz
[tests] some test config cleanup
including limiting use of php in tests to mod-fastcgi.t
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8716b5d1..1582be86 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,8 +20,6 @@ TESTS=\
CONFS=\
404-handler.conf \
- bug-06.conf \
- bug-12.conf \
cachable.t \
condition.conf \
core-404-handler.t \
@@ -31,12 +29,11 @@ CONFS=\
core-response.t \
core-var-include.t \
fastcgi-10.conf \
- fastcgi-13.conf \
- fastcgi-auth.conf \
fastcgi-responder.conf \
LightyTest.pm \
lowercase.conf \
lowercase.t \
+ mod-auth.conf \
mod-auth.t \
mod-cgi.t \
mod-compress.conf \
@@ -45,6 +42,7 @@ CONFS=\
mod-extforward.t \
mod-fastcgi.t \
mod-proxy.t \
+ mod-secdownload.conf \
mod-secdownload.t \
mod-setenv.t \
mod-ssi.t \