summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-11-30 16:16:13 (GMT)
committerBrad King <brad.king@kitware.com>2009-11-30 16:16:13 (GMT)
commit5152bf563922da0d493cb769bca8861e25a5791a (patch)
tree175b52ca6d78b975f8124d145dc8da5a011e0e6b
parent997f20b93b3e5a0e219f01c30682a523e3173c81 (diff)
downloadCMake-5152bf563922da0d493cb769bca8861e25a5791a.zip
CMake-5152bf563922da0d493cb769bca8861e25a5791a.tar.gz
CMake-5152bf563922da0d493cb769bca8861e25a5791a.tar.bz2
Cleanup CMakeBuildTest in test_clean target
The test_clean target is supposed to remove all test build directories. We add the build directory for CMakeBuildTest because it was missing.
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b51630d..3fe02b2 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -162,6 +162,7 @@ IF(BUILD_TESTING)
"${CMake_BINARY_DIR}/Tests/CMakeBuildTest.cmake" @ONLY)
ADD_TEST(CMakeBuildTest ${CMAKE_CMAKE_COMMAND} -P
"${CMake_BINARY_DIR}/Tests/CMakeBuildTest.cmake")
+ LIST(APPEND TEST_BUILD_DIRS ${CMAKE_BUILD_TEST_BINARY_DIR})
# If we are running right now with a UnixMakefiles based generator,
# build the "Simple" test with the ExtraGenerators, if available