summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-13 21:58:08 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-13 21:58:08 (GMT)
commit8d150e0bfb13147823a4d0c5aceda21d42a20d6c (patch)
tree6bbec013e854d555023d280b443767ec242acc58
parent21d54eea8dadbc352b1f640a6f877656188412df (diff)
downloadCMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.zip
CMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.tar.gz
CMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.tar.bz2
BUG: The test1 executable has been removed from kwsys. Instead using testIOS for the kwsys test.
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 510aa0f..9edced4 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -651,7 +651,7 @@ IF(BUILD_TESTING)
--build-generator ${CMAKE_GENERATOR}
--build-makeprogram ${MAKEPROGRAM}
--build-project kwsys
- --test-command test1
+ --test-command testIOS
)
IF (WIN32)