diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-28 14:12:03 -0400 |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-28 14:12:03 -0400 |
commit | 285c731f0ee52f8700133f92c1c948163492ccbb (patch) | |
tree | eed5f4d49ed9184d05236bf31badfc764938ac8d /Tests/CTestTestRunScript | |
parent | 5eb4372001b63c7fba90c939d73b0ffdaf427a48 (diff) | |
download | cmake-285c731f0ee52f8700133f92c1c948163492ccbb.tar.gz |
Deleted old RunScript cmake scripts (renamed)
Diffstat (limited to 'Tests/CTestTestRunScript')
-rw-r--r-- | Tests/CTestTestRunScript/hello.cmake | 6 | ||||
-rw-r--r-- | Tests/CTestTestRunScript/test.cmake | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/Tests/CTestTestRunScript/hello.cmake b/Tests/CTestTestRunScript/hello.cmake deleted file mode 100644 index e2c652cff1..0000000000 --- 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 4afcdd9d29..0000000000 --- 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") |