summaryrefslogtreecommitdiff
path: root/Tests/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-07-24 16:15:10 -0400
committerDavid Cole <david.cole@kitware.com>2009-07-24 16:15:10 -0400
commitb819ee85c0249456ea9751a2b08636d3b40a135d (patch)
treea4f5b96e2dda0c5f06d32deb8163bf82f211581a /Tests/CMakeLists.txt
parent5bea9620dcecea1ff252c688823485560bc6cab1 (diff)
downloadcmake-b819ee85c0249456ea9751a2b08636d3b40a135d.tar.gz
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/CMakeLists.txt')
-rw-r--r--Tests/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 3b6449c6e5..e461170f12 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)