[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 18 12:28:07 EST 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Improve 'testing' test to actually test

The 'testing' CMake test builds a project that uses add_test.  This
strengthens the test to actually run CTest on the project build tree
after building it.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Testing/CMakeLists.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** CMakeLists.txt	25 Mar 2008 15:27:13 -0000	1.9
--- CMakeLists.txt	18 Dec 2008 17:28:04 -0000	1.10
***************
*** 47,51 ****
  #
  ADD_EXECUTABLE(testing testing.cxx)
! ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
  
  #
--- 47,51 ----
  #
  ADD_EXECUTABLE(testing testing.cxx)
! ADD_TEST(testing.1 ${Testing_BINARY_DIR}/bin/testing)
  
  #



More information about the Cmake-commits mailing list