From 285c731f0ee52f8700133f92c1c948163492ccbb Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Wed, 28 Oct 2009 14:12:03 -0400 Subject: [PATCH] Deleted old RunScript cmake scripts (renamed) --- Tests/CTestTestRunScript/hello.cmake | 6 ------ Tests/CTestTestRunScript/test.cmake | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 Tests/CTestTestRunScript/hello.cmake delete mode 100644 Tests/CTestTestRunScript/test.cmake diff --git a/Tests/CTestTestRunScript/hello.cmake b/Tests/CTestTestRunScript/hello.cmake deleted file mode 100644 index e2c652cff..000000000 --- a/Tests/CTestTestRunScript/hello.cmake +++ /dev/null @@ -1,6 +0,0 @@ -GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH) -SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest") -SET(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTestRunScript") -SET(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTestRunScript") - -message("hello world") diff --git a/Tests/CTestTestRunScript/test.cmake b/Tests/CTestTestRunScript/test.cmake deleted file mode 100644 index 4afcdd9d2..000000000 --- a/Tests/CTestTestRunScript/test.cmake +++ /dev/null @@ -1,7 +0,0 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.1) -GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH) -SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest") -SET(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTestRunScript") -SET(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTestRunScript") - -CTEST_RUN_SCRIPT("${CTEST_BINARY_DIRECTORY}/hello.cmake")