[core] isolate sock_addr manipulation
[lighttpd.git] / tests / Makefile.am
blob37f0d0b0b5c32b0579ac3e0dd2756325343e40a6
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         bug-06.conf \
24         bug-12.conf \
25         cachable.t \
26         condition.conf \
27         core-404-handler.t \
28         core-condition.t \
29         core-keepalive.t \
30         core-request.t \
31         core-response.t \
32         core-var-include.t \
33         core.t \
34         fastcgi-10.conf \
35         fastcgi-13.conf \
36         fastcgi-auth.conf \
37         fastcgi-responder.conf \
38         LightyTest.pm \
39         lowercase.conf \
40         lowercase.t \
41         mod-access.t \
42         mod-auth.t \
43         mod-cgi.t \
44         mod-compress.conf \
45         mod-compress.t \
46         mod-evhost.conf \
47         mod-evhost.t \
48         mod-extforward.conf \
49         mod-extforward.t \
50         mod-fastcgi.t \
51         mod-proxy.t \
52         mod-redirect.t \
53         mod-rewrite.t \
54         mod-secdownload.t \
55         mod-setenv.t \
56         mod-simplevhost.conf \
57         mod-simplevhost.t \
58         mod-ssi.t \
59         mod-userdir.t \
60         proxy.conf \
61         request.t \
62         scgi-responder.conf \
63         symlink.t \
64         var-include-sub.conf \
65         var-include.conf
67 TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
69 EXTRA_DIST=\
70         $(CONFS) \
71         $(TESTS) \
72         CMakeLists.txt \
73         meson.build \
74         lighttpd.conf \
75         lighttpd.htpasswd \
76         lighttpd.user \
77         SConscript \
78         wrapper.sh
80 SUBDIRS=docroot
82 leak-check:
83         for i in $(TESTS); do \
84                 $(srcdir)/$$i; \
85                 echo $$?; \
86         done
88 clean-local:
89         rm -f *.out