summaryrefslogtreecommitdiff
path: root/tests/meson.build
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/meson.build
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/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index c6f03be6..ed4734d0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -15,7 +15,6 @@ env.set('top_builddir', meson.build_root())
tests = [
'request.t',
'core-condition.t',
- 'core-var-include.t',
'mod-fastcgi.t',
'mod-scgi.t',
]