summaryrefslogtreecommitdiff
path: root/tests/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* [build] Haiku build fix (fixes #3136)David Carlier2022-01-061-0/+2
| | | | | | | | | | | Haiku needs to link to additional lib -lnetwork for socket funcs (similar to Solaris need for -lsocket -lnsl) (edited: gstrauss) x-ref: "haiku build fix proposal" https://redmine.lighttpd.net/issues/3136
* [build] cmake,meson socket libs for win32, Illumos (fixes #3130)Glenn Strauss2022-01-041-2/+13
| | | | | | | | | | (thx devnexen) cmake, meson: specify socket libs for win32, Illumos x-ref: "Solaris build fix proposal" https://redmine.lighttpd.net/issues/3130
* [tests] combine *.t using tests/condition.confGlenn Strauss2021-09-041-1/+0
| | | | | | | | 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
* [tests] combine *.t using tests/lighttpd.confGlenn Strauss2021-09-041-15/+2
| | | | | | | | 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] t/test_mod_staticfileGlenn Strauss2021-09-041-1/+0
| | | | move some tests from tests/request.t to src/t/test_mod_staticfile.c
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-13/+4
| | | | | | | - rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel package - merge fcgi-auth into fcgi-responder
* [tests] mod_compress -> mod_deflateGlenn Strauss2020-08-021-1/+1
|
* [build] remove tests/mod-userdir.t from buildsGlenn Strauss2020-07-101-1/+0
| | | | (replaced with src/t/test_mod_userdir.c)
* [tests] t/test_keyvalueGlenn Strauss2018-12-101-2/+0
| | | | | | create t/test_keyvalue to replace sparse tests in tests/mod-redirect.t and tests/mod-rewrite.t remove tests/mod-redirect.t and tests/mod-rewrite.t
* [mod_access] t/test_mod_accessGlenn Strauss2018-12-031-1/+0
| | | | | create t/test_mod_access to test mod_access basic logic remove tests/mod-access.t
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-031-1/+0
| | | | | create t/test_mod_simple_vhost to test mod_simple_vhost basic logic remove tests/mod-simplevhost.t, which was not testing mod_simple_vhost
* [tests] test_request unit testsGlenn Strauss2018-08-051-1/+0
| | | | | | unit tests for request processing collect existing request processing tests from Perl tests/*.t (test_request.c runs *much* more quickly than Perl tests/*.t)
* [meson] new build systemStefan Bühler2017-10-281-0/+57
Needed to extend lemon to take an output path parameter.