diff options
author | Brad King <brad.king@kitware.com> | 2015-07-14 13:29:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-14 13:32:53 (GMT) |
commit | 0699e0d3e4305fc4e615c36b831d0171c2f8c757 (patch) | |
tree | 90d7fd93a5e54bce3c25491fc0152501853daf9e /Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt | |
parent | c8f46af11b43719281a375ef7841830756022d76 (diff) | |
download | CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.zip CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.tar.gz CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.tar.bz2 |
Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start
Subsume the CTestTestConfigFileInBuildDir test cases into the
RunCMake.ctest_start test as new cases to avoid infrastructure
duplication. This also avoids using REGEX_ESCAPE_STRING to try to
regex-match full paths.
Diffstat (limited to 'Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt')
-rw-r--r-- | Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt b/Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt deleted file mode 100644 index 3c53e66..0000000 --- a/Tests/CTestTestConfigFileInBuildDir/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -cmake_minimum_required(VERSION 2.8) -project(CTestTestConfigFileInBuildDir) -include(CTest) |