From 6200764f05dbcb67a89c3c056f9e66cda25252cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 21 Nov 2012 12:01:42 +0000 Subject: tests: check different combination of empty values, leading/trailing spaces and commas in the Connection header git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2859 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e8082497..40ef370f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -27,7 +27,7 @@ SET(T_FILES ) FOREACH(it ${T_FILES}) - ADD_TEST(${it} "${lighttpd_SOURCE_DIR}/tests/wrapper.sh" + ADD_TEST(NAME ${it} COMMAND "${lighttpd_SOURCE_DIR}/tests/wrapper.sh" "${lighttpd_SOURCE_DIR}/tests" "${lighttpd_BINARY_DIR}" "${lighttpd_SOURCE_DIR}/tests/${it}") -- cgit v1.2.1