summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [build] _WIN32 mingw buildGlenn Strauss2023-05-031-0/+2
| | | | use -lws2_32 instead of -lwsock32
* [tests] combine *.t using tests/condition.confGlenn Strauss2021-09-041-3/+1
| | | | | | | | 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-20/+1
| | | | | | | | 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 PHPGlenn Strauss2020-12-231-1/+0
|
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-8/+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-2/+2
|
* [tests] t/test_mod_userdirGlenn Strauss2020-07-081-1/+0
| | | | | create t/test_mod_userdir to replace sparse tests in tests/mod-userdir.t remove tests/mod-userdir.t
* [tests] some test config cleanupGlenn Strauss2018-12-101-4/+2
| | | | including limiting use of php in tests to mod-fastcgi.t
* [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_evhost] t/test_mod_evhostGlenn Strauss2018-12-031-2/+0
| | | | | create t/test_mod_evhost to test mod_evhost basic logic remove tests/mod-evhost.t
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-031-2/+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/+1
| | | | Needed to extend lemon to take an output path parameter.
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-311-1/+4
| | | | (copied from tests/mod-fastcgi.t fcgi-responder tests)
* [mod_evhost] mod-evhost.t tests (#1194)Glenn Strauss2016-10-201-0/+2
| | | | | | | | (thx Daniel-Brandt) x-ref: "Partial matching in mod_evhost patterns" https://redmine.lighttpd.net/issues/1194
* add some until now missing files to dist tarballStefan Bühler2015-06-211-43/+48
| | | | | | From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2990 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] add mod_simplevhost testsStefan Bühler2013-08-301-21/+24
| | | | | | | | * 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] Fix tests/mod-compress.conf distributionStefan Bühler2008-12-051-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2358 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] remove env TODO test: don't use undefined env varsStefan Bühler2008-07-291-2/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2244 152afb58-edef-0310-8abb-c4023f1b3aa9
* - add more missing filesElan Ruusamäe2008-01-161-0/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2042 152afb58-edef-0310-8abb-c4023f1b3aa9
* - add missing testsElan Ruusamäe2008-01-161-1/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2041 152afb58-edef-0310-8abb-c4023f1b3aa9
* - sortElan Ruusamäe2008-01-161-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2040 152afb58-edef-0310-8abb-c4023f1b3aa9
* - added missing Makefile.am entriesMarcus Rückert2007-08-211-1/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1954 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9
* merged [1055], [1056], [1068], [1172], [1176]Jan Kneschke2006-09-071-1/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1286 152afb58-edef-0310-8abb-c4023f1b3aa9
* added lighttpd.passwd for the mod-auth testsJan Kneschke2005-09-181-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@713 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a ↵Jan Kneschke2005-08-311-1/+3
| | | | | | HASH ref git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@654 152afb58-edef-0310-8abb-c4023f1b3aa9
* run tests in build root (merged #228)Jan Kneschke2005-08-291-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a basic test for mod-ssiJan Kneschke2005-08-231-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@612 152afb58-edef-0310-8abb-c4023f1b3aa9
* user defined variable, compute on parsing: string+string, int+int, ↵Jan Kneschke2005-08-081-0/+3
| | | | | | | | | array+array, var+=expression. "include" sub configuration file. (merged ([308], [309], [306], [305]) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@520 152afb58-edef-0310-8abb-c4023f1b3aa9
* added nested conditionals (merged [298])Jan Kneschke2005-08-081-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@519 152afb58-edef-0310-8abb-c4023f1b3aa9
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-261-5/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@394 152afb58-edef-0310-8abb-c4023f1b3aa9
* drop unused files and added the checks for mod-rewriteJan Kneschke2005-03-061-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@99 152afb58-edef-0310-8abb-c4023f1b3aa9
* 2 rewrite testsJan Kneschke2005-03-041-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@92 152afb58-edef-0310-8abb-c4023f1b3aa9
* seperated the tests for each section and let run-tests.pl use Test::HarnessJan Kneschke2005-03-021-1/+13
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@72 152afb58-edef-0310-8abb-c4023f1b3aa9
* added checks for the line-terminator handling and cleanup the configsJan Kneschke2005-03-011-3/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9
* converted all tests to run-tests.plJan Kneschke2005-02-281-12/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@56 152afb58-edef-0310-8abb-c4023f1b3aa9
* forgot to rename check.pl to run-tests.plJan Kneschke2005-02-271-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@44 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved most of the tests to run-tests.plJan Kneschke2005-02-271-81/+3
| | | | | | | | | - more tests - less code to maintain - more speed git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@42 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+128
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9