From f47261159720e90dc4444082b2a28bd1491634d4 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 7 Jul 2021 15:00:31 -0400 Subject: [tests] combine *.t using tests/lighttpd.conf combine tests/*.t using tests/lighttpd.conf into tests/request.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 --- tests/meson.build | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index 943c1adf..c6f03be6 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -13,24 +13,11 @@ env.set('srcdir', meson.current_source_dir()) env.set('top_builddir', meson.build_root()) tests = [ - 'core-404-handler.t', + 'request.t', 'core-condition.t', - 'core-keepalive.t', - 'core-request.t', - 'core-response.t', 'core-var-include.t', - 'lowercase.t', - 'mod-auth.t', - 'mod-cgi.t', - 'mod-deflate.t', - 'mod-extforward.t', 'mod-fastcgi.t', - 'mod-proxy.t', - 'mod-secdownload.t', - 'mod-setenv.t', - 'mod-ssi.t', - 'request.t', - 'symlink.t', + 'mod-scgi.t', ] # just hope it will run the tests in the given order -- cgit v1.2.1