summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-07-08 00:21:48 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-04 08:08:26 -0400
commit5294d7e18fb0d43bd467155a57e345a697fd3f6a (patch)
treed19daf5e4be1a3a4d55c6585b938f79fa29569ab /tests/Makefile.am
parentf47261159720e90dc4444082b2a28bd1491634d4 (diff)
downloadlighttpd-git-5294d7e18fb0d43bd467155a57e345a697fd3f6a.tar.gz
[tests] combine *.t using tests/condition.conf
combine tests/*.t using tests/condition.conf into tests/core-condition.t Platforms which are horrifically slow starting processes (e.g. Windows) take much more time to start and stop lighttpd many times for independent *.t instances run through the Perl Test::More framework
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b298f699..3ae5dc62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,6 @@ TESTS=\
CONFS=\
condition.conf \
core-condition.t \
- core-var-include.t \
fastcgi-responder.conf \
LightyTest.pm \
mod-fastcgi.t \
@@ -22,8 +21,7 @@ CONFS=\
proxy.conf \
request.t \
scgi-responder.conf \
- var-include-sub.conf \
- var-include.conf
+ var-include-sub.conf
TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)