summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-07-24 20:15:10 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-07-24 20:15:10 (GMT)
commitb819ee85c0249456ea9751a2b08636d3b40a135d (patch)
treea4f5b96e2dda0c5f06d32deb8163bf82f211581a /Tests
parent5bea9620dcecea1ff252c688823485560bc6cab1 (diff)
downloadCMake-b819ee85c0249456ea9751a2b08636d3b40a135d.zip
CMake-b819ee85c0249456ea9751a2b08636d3b40a135d.tar.gz
CMake-b819ee85c0249456ea9751a2b08636d3b40a135d.tar.bz2
BUG: Oops. Left chunk of junk at the bottom of the main Tests CMakeLists.txt file with the last commit... Sorry.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 3b6449c..e461170 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1251,9 +1251,3 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
ENDIF(BUILD_TESTING)
SUBDIRS(CMakeTests)
-
-if(BUILD_TESTING)
- if(do_cvs_tests)
- add_test(IsSourceTreeUnmodified ${CMAKE_CMAKE_COMMAND} -P "IsSourceTreeUnmodified.cmake")
- endif(do_cvs_tests)
-endif(BUILD_TESTING)