summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-25 23:46:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-25 23:46:53 (GMT)
commitb28937f1c76da2719db424fa1e18928c097e9d64 (patch)
treeb8c6eec1144533ab8692c3b1c45b7a2d5016e6c9 /Source/CTest
parent8cb981b176e15d79dd3b1873f9f58556f8cbf366 (diff)
downloadCMake-b28937f1c76da2719db424fa1e18928c097e9d64.zip
CMake-b28937f1c76da2719db424fa1e18928c097e9d64.tar.gz
CMake-b28937f1c76da2719db424fa1e18928c097e9d64.tar.bz2
ENH: Remove curl build testing
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/Curl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt
index b8491c2..b61087b 100644
--- a/Source/CTest/Curl/CMakeLists.txt
+++ b/Source/CTest/Curl/CMakeLists.txt
@@ -583,3 +583,4 @@ ENDIF(CURL_TESTING)
ADD_EXECUTABLE(LIBCURL Testing/curltest.c)
TARGET_LINK_LIBRARIES(LIBCURL Curl)
+ADD_TEST(curl "${EXECUTABLE_OUTPUT_PATH}/LIBCURL")