summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-02 11:27:02 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-02 11:27:02 +0000
commit40e8c6714aa1f371332fcd0b2999d16a432c85e1 (patch)
tree287498fd45066547ed7bfdf8cb11e5e501b561a2 /tests/Makefile.am
parent3caa67a1313b9d8c93ff75f36a0dd3cfd55e0b52 (diff)
downloadlighttpd-git-40e8c6714aa1f371332fcd0b2999d16a432c85e1.tar.gz
seperated the tests for each section and let run-tests.pl use Test::Harness
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@72 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c3e7e1b9..85dd0a5b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,19 @@ CONFS=fastcgi-10.conf \
fastcgi-responder.conf \
fastcgi-13.conf \
bug-06.conf \
- bug-12.conf
+ bug-12.conf \
+ core-request.t \
+ core-response.t \
+ core.t \
+ mod-access.t \
+ mod-auth.t \
+ mod-cgi.t \
+ mod-compress.t \
+ mod-fastcgi.t \
+ mod-redirect.t \
+ mod-userdir.t \
+ request.t
+
TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)