[doc] remove reference to Linux rt-signals
[lighttpd.git] / tests / Makefile.am
blob57d3ea533f6630825cfa7df571f747b49073c3d4
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
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 TESTS=\
15         prepare.sh \
16         run-tests.pl \
17         cleanup.sh
19 CONFS=\
20         404-handler.conf \
21         bug-06.conf \
22         bug-12.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         core.t \
32         fastcgi-10.conf \
33         fastcgi-13.conf \
34         fastcgi-auth.conf \
35         fastcgi-responder.conf \
36         LightyTest.pm \
37         lowercase.conf \
38         lowercase.t \
39         mod-access.t \
40         mod-auth.t \
41         mod-cgi.t \
42         mod-compress.conf \
43         mod-compress.t \
44         mod-evhost.conf \
45         mod-evhost.t \
46         mod-extforward.conf \
47         mod-extforward.t \
48         mod-fastcgi.t \
49         mod-proxy.t \
50         mod-redirect.t \
51         mod-rewrite.t \
52         mod-secdownload.t \
53         mod-setenv.t \
54         mod-simplevhost.conf \
55         mod-simplevhost.t \
56         mod-ssi.t \
57         mod-userdir.t \
58         proxy.conf \
59         request.t \
60         symlink.t \
61         var-include-sub.conf \
62         var-include.conf
64 TESTS_ENVIRONMENT=$(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
66 EXTRA_DIST=\
67         $(CONFS) \
68         $(TESTS) \
69         CMakeLists.txt \
70         lighttpd.conf \
71         lighttpd.htpasswd \
72         lighttpd.user \
73         SConscript \
74         wrapper.sh
76 SUBDIRS=docroot
78 leak-check:
79         for i in $(TESTS); do \
80                 $(srcdir)/$$i; \
81                 echo $$?; \
82         done
84 clean-local:
85         rm -f *.out