summaryrefslogtreecommitdiff
path: root/Tests/CTestTest2
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-02 09:16:29 -0500
committerBrad King <brad.king@kitware.com>2009-12-02 09:16:29 -0500
commited55b1b8d217a943a4c5b6d332e32d7d8913a49e (patch)
tree8fc451bd9da748fdde29c51d792e6271798d5ed9 /Tests/CTestTest2
parentcdc9ef3b5a49e0e7596f1314ca1baa4d43103154 (diff)
downloadcmake-ed55b1b8d217a943a4c5b6d332e32d7d8913a49e.tar.gz
Remove unused code from CTest test suite
We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite.
Diffstat (limited to 'Tests/CTestTest2')
-rw-r--r--Tests/CTestTest2/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/CTestTest2/CMakeLists.txt b/Tests/CTestTest2/CMakeLists.txt
deleted file mode 100644
index ec793c4186..0000000000
--- a/Tests/CTestTest2/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-PROJECT(CTestTest2)
-
-SET(DART_ROOT "" CACHE STRING "" FORCE)
-ENABLE_TESTING()
-INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
-
-GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH)
-SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest")
-
-
-CONFIGURE_FILE(${CTestTest2_SOURCE_DIR}/test.cmake.in
- ${CTestTest2_BINARY_DIR}/test.cmake @ONLY)