Browse Source

BUG: Oops. Left chunk of junk at the bottom of the main Tests CMakeLists.txt file with the last commit... Sorry.

David Cole 16 years ago
parent
commit
b819ee85c0
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Tests/CMakeLists.txt

+ 0 - 6
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)