From 40e8c6714aa1f371332fcd0b2999d16a432c85e1 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 2 Mar 2005 11:27:02 +0000 Subject: 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 --- tests/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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) -- cgit v1.2.1