summaryrefslogtreecommitdiff
path: root/tests/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* [build] update tests/SConscriptGlenn Strauss2022-01-031-16/+12
|
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-9/+3
| | | | | | | - 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
|
* [build] remove tests/mod-userdir.t from buildsGlenn Strauss2020-07-101-1/+0
| | | | (replaced with src/t/test_mod_userdir.c)
* [tests] some test config cleanupGlenn Strauss2018-12-101-4/+1
| | | | 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
* [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)
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-311-0/+1
| | | | (copied from tests/mod-fastcgi.t fcgi-responder tests)
* [scons] various improvementsStefan Bühler2015-08-291-38/+79
| | | | | | | | | | | | | | - don't generate files in src/ - move all build stuff to sconsbuild/ - have different output directories for static/ and fullstatic/, so we can use that directory for the test suite - each build type (dynamic, static, fullstatic) has its own check target - read CFLAGS, LDFLAGS and LIBS from environment (LIBS are appended after all other dependencies) From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3030 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
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9
* scons fixes, and built/test on cygwinmOo2005-10-011-0/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@771 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a alternative to automake and friends by using sconsJan Kneschke2005-09-241-0/+39
The main reason is improved built-speed git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@734 152afb58-edef-0310-8abb-c4023f1b3aa9