summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
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-0/+10
| | | | | | | | | | (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-11/+1
| | | | | | | - 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] move src/test_*.c to src/t/Glenn Strauss2018-08-051-1/+0
|
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-311-0/+1
| | | | (copied from tests/mod-fastcgi.t fcgi-responder tests)
* [cmake] build fcgi-auth, fcgi-responder for testsGlenn Strauss2016-10-181-0/+12
| | | | | | | | | | | | | | | | Aside: must have cmake enable building openssl for tests to pass due to tests/lighttpd.conf including config options requiring openssl algorithms in mod_secdownload.c: (secdownload.algorithm = "hmac-sha1") (secdownload.algorithm = "hmac-sha256") $ cmake -L . $ cmake -DWITH_OPENSSL:BOOL=ON . $ make -j 4 -k $ make test x-ref: https://blog.lighttpd.net/articles/2006/12/25/1-5-0-goes-cmake/
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ↵Stefan Bühler2015-08-221-4/+4
| | | | | | | | endif(...), endforeach(...) From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3013 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.tStefan Bühler2014-01-101-0/+1
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2932 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] add mod_simplevhost testsStefan Bühler2013-08-301-0/+1
| | | | | | | | * next commit fixes the bug From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2897 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests: check different combination of empty values, leading/trailing spaces ↵Stefan Bühler2012-11-211-1/+1
| | | | | | and commas in the Connection header git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2859 152afb58-edef-0310-8abb-c4023f1b3aa9
* [cmake] Add basic cmake supportStefan Bühler2008-12-051-0/+34
- Not distributed yet (so only available in svn checkout) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2359 152afb58-edef-0310-8abb-c4023f1b3aa9