summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 5f709198e2daac487e2850762c50a9638aba33ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# lighttpd.conf and conformance.pl expect this directory
testdir=/tmp/lighttpd/

if CHECK_WITH_FASTCGI
check_PROGRAMS=fcgi-auth

fcgi_auth_SOURCES=fcgi-auth.c
fcgi_auth_LDADD=-lfcgi
endif

TESTS=\
prepare.sh \
run-tests.pl \
bug-03.sh \
bug-06.sh \
bug-12.sh \
large-header-01.sh \
compress-01.sh \
compress-02.sh \
compress-03.sh \
compress-04.sh \
fastcgi-10.sh \
fastcgi-11.sh \
fastcgi-12.sh \
fastcgi-13.sh \
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