2005-02-20 14:27:00 +00:00
|
|
|
# lighttpd.conf and conformance.pl expect this directory
|
|
|
|
testdir=/tmp/lighttpd/
|
|
|
|
|
2005-02-27 22:01:13 +00:00
|
|
|
if CHECK_WITH_FASTCGI
|
2005-02-20 14:27:00 +00:00
|
|
|
check_PROGRAMS=fcgi-auth
|
|
|
|
|
|
|
|
fcgi_auth_SOURCES=fcgi-auth.c
|
|
|
|
fcgi_auth_LDADD=-lfcgi
|
2005-02-27 22:01:13 +00:00
|
|
|
endif
|
2005-02-20 14:27:00 +00:00
|
|
|
|
|
|
|
TESTS=\
|
|
|
|
prepare.sh \
|
2005-02-27 22:13:02 +00:00
|
|
|
run-tests.pl \
|
2005-02-20 14:27:00 +00:00
|
|
|
cleanup.sh
|
|
|
|
|
|
|
|
CONFS=fastcgi-10.conf \
|
|
|
|
fastcgi-11.conf \
|
|
|
|
fastcgi-12.conf \
|
|
|
|
fastcgi-13.conf \
|
|
|
|
bug-06.conf \
|
|
|
|
bug-12.conf
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
|
|
|
|
|
|
|
|
EXTRA_DIST=conformance.pl wrapper.sh testbase.sh lighttpd.conf \
|
|
|
|
lighttpd.user \
|
|
|
|
$(CONFS) \
|
|
|
|
$(TESTS)
|
|
|
|
SUBDIRS=docroot
|
|
|
|
|
|
|
|
leak-check:
|
|
|
|
for i in $(TESTS); do \
|
|
|
|
$(srcdir)/$$i; \
|
|
|
|
echo $$?; \
|
|
|
|
done
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f *.out
|