2015-08-22 16:01:02 +00:00
|
|
|
set(T_FILES
|
2008-12-05 22:30:32 +00:00
|
|
|
prepare.sh
|
|
|
|
cachable.t
|
|
|
|
core-404-handler.t
|
|
|
|
core-condition.t
|
|
|
|
core-keepalive.t
|
|
|
|
core-request.t
|
|
|
|
core-response.t
|
|
|
|
core.t
|
|
|
|
core-var-include.t
|
|
|
|
lowercase.t
|
|
|
|
mod-access.t
|
|
|
|
mod-auth.t
|
|
|
|
mod-cgi.t
|
|
|
|
mod-compress.t
|
|
|
|
mod-extforward.t
|
|
|
|
mod-fastcgi.t
|
|
|
|
mod-proxy.t
|
|
|
|
mod-redirect.t
|
|
|
|
mod-rewrite.t
|
|
|
|
mod-secdownload.t
|
|
|
|
mod-setenv.t
|
2013-08-30 13:15:01 +00:00
|
|
|
mod-simplevhost.t
|
2008-12-05 22:30:32 +00:00
|
|
|
mod-ssi.t
|
|
|
|
mod-userdir.t
|
|
|
|
request.t
|
|
|
|
symlink.t
|
2014-01-10 12:05:12 +00:00
|
|
|
cleanup.sh
|
2008-12-05 22:30:32 +00:00
|
|
|
)
|
|
|
|
|
2015-08-22 16:01:02 +00:00
|
|
|
foreach(it ${T_FILES})
|
|
|
|
add_test(NAME ${it} COMMAND "${lighttpd_SOURCE_DIR}/tests/wrapper.sh"
|
2008-12-05 22:30:32 +00:00
|
|
|
"${lighttpd_SOURCE_DIR}/tests"
|
|
|
|
"${lighttpd_BINARY_DIR}"
|
|
|
|
"${lighttpd_SOURCE_DIR}/tests/${it}")
|
2015-08-22 16:01:02 +00:00
|
|
|
endforeach()
|