- next is 1.4.56
[lighttpd.git] / tests / Makefile.am
blob1582be86b0b146c49c53b316a0501bd666574c20
1 # lighttpd.conf and conformance.pl expect this directory
2 testdir=$(srcdir)/tmp/lighttpd/
4 if CHECK_WITH_FASTCGI
5 check_PROGRAMS=fcgi-auth fcgi-responder scgi-responder
7 fcgi_auth_SOURCES=fcgi-auth.c
8 fcgi_auth_LDADD=-lfcgi
10 fcgi_responder_SOURCES=fcgi-responder.c
11 fcgi_responder_LDADD=-lfcgi
12 endif
14 scgi_responder_SOURCES=scgi-responder.c
16 TESTS=\
17         prepare.sh \
18         run-tests.pl \
19         cleanup.sh
21 CONFS=\
22         404-handler.conf \
23         cachable.t \
24         condition.conf \
25         core-404-handler.t \
26         core-condition.t \
27         core-keepalive.t \
28         core-request.t \
29         core-response.t \
30         core-var-include.t \
31         fastcgi-10.conf \
32         fastcgi-responder.conf \
33         LightyTest.pm \
34         lowercase.conf \
35         lowercase.t \
36         mod-auth.conf \
37         mod-auth.t \
38         mod-cgi.t \
39         mod-compress.conf \
40         mod-compress.t \
41         mod-extforward.conf \
42         mod-extforward.t \
43         mod-fastcgi.t \
44         mod-proxy.t \
45         mod-secdownload.conf \
46         mod-secdownload.t \
47         mod-setenv.t \
48         mod-ssi.t \
49         mod-userdir.t \
50         proxy.conf \
51         request.t \
52         scgi-responder.conf \
53         symlink.t \
54         var-include-sub.conf \
55         var-include.conf
57 TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
59 EXTRA_DIST=\
60         $(CONFS) \
61         $(TESTS) \
62         CMakeLists.txt \
63         meson.build \
64         lighttpd.conf \
65         lighttpd.htpasswd \
66         lighttpd.user \
67         SConscript \
68         wrapper.sh
70 SUBDIRS=docroot
72 leak-check:
73         for i in $(TESTS); do \
74                 $(srcdir)/$$i; \
75                 echo $$?; \
76         done
78 clean-local:
79         rm -f *.out