summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2014-01-10 12:05:12 +0000
committerStefan Bühler <stbuehler@web.de>2014-01-10 12:05:12 +0000
commitd7c90814c3c1cecefbf7e1866fe3a4950ff8e07b (patch)
tree9724f27ec577e10f442f4f0138571c265a3531c4 /tests/CMakeLists.txt
parent524e0a30a03e7a3e60610a5e8eab1e198806fe8d (diff)
downloadlighttpd-git-d7c90814c3c1cecefbf7e1866fe3a4950ff8e07b.tar.gz
[tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.t
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2932 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1f7e0978..f09d3acb 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -25,6 +25,7 @@ SET(T_FILES
mod-userdir.t
request.t
symlink.t
+ cleanup.sh
)
FOREACH(it ${T_FILES})