From 2420fd96d25bf938ef6985152f1754e3c75a9f71 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Tue, 1 Mar 2005 13:37:40 +0000 Subject: added checks for the line-terminator handling and cleanup the configs git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index e9a37771..c3e7e1b9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,10 +2,13 @@ testdir=/tmp/lighttpd/ if CHECK_WITH_FASTCGI -check_PROGRAMS=fcgi-auth +check_PROGRAMS=fcgi-auth fcgi-responder fcgi_auth_SOURCES=fcgi-auth.c fcgi_auth_LDADD=-lfcgi + +fcgi_responder_SOURCES=fcgi-responder.c +fcgi_responder_LDADD=-lfcgi endif TESTS=\ @@ -14,8 +17,8 @@ run-tests.pl \ cleanup.sh CONFS=fastcgi-10.conf \ - fastcgi-11.conf \ - fastcgi-12.conf \ + fastcgi-auth.conf \ + fastcgi-responder.conf \ fastcgi-13.conf \ bug-06.conf \ bug-12.conf -- cgit v1.2.1