ignore return value from fcntl() FD_CLOEXEC
[lighttpd.git] / tests / CMakeLists.txt
blob699df82894f6c5d46780948dfe5117d058d5697c
1 set(T_FILES
2         prepare.sh
3         cachable.t
4         core-404-handler.t
5         core-condition.t
6         core-keepalive.t
7         core-request.t
8         core-response.t
9         core.t
10         core-var-include.t
11         lowercase.t
12         mod-access.t
13         mod-auth.t
14         mod-cgi.t
15         mod-compress.t
16         mod-extforward.t
17         mod-fastcgi.t
18         mod-proxy.t
19         mod-redirect.t
20         mod-rewrite.t
21         mod-secdownload.t
22         mod-setenv.t
23         mod-simplevhost.t
24         mod-ssi.t
25         mod-userdir.t
26         request.t
27         symlink.t
28         cleanup.sh
31 foreach(it ${T_FILES})
32         add_test(NAME ${it} COMMAND "${lighttpd_SOURCE_DIR}/tests/wrapper.sh"
33                 "${lighttpd_SOURCE_DIR}/tests"
34                 "${lighttpd_BINARY_DIR}"
35                 "${lighttpd_SOURCE_DIR}/tests/${it}")
36 endforeach()