[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.157 1.158

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 30 11:16:18 EST 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv24982/Tests

Modified Files:
	CMakeLists.txt 
Log Message:
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.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.157
retrieving revision 1.158
diff -C 2 -d -r1.157 -r1.158
*** CMakeLists.txt	24 Nov 2009 17:15:32 -0000	1.157
--- CMakeLists.txt	30 Nov 2009 16:16:13 -0000	1.158
***************
*** 163,166 ****
--- 163,167 ----
    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,



More information about the Cmake-commits mailing list