[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.1 1.2

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/Sub/Sub2
In directory public:/mounts/ram/cvs-serv5774/Tests/Testing/Sub/Sub2

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/Sub/Sub2/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	25 Feb 2002 20:22:39 -0000	1.1
--- CMakeLists.txt	18 Dec 2008 17:28:05 -0000	1.2
***************
*** 3,5 ****
  #
  ADD_EXECUTABLE(testing2 testing2.cxx)
! ADD_TEST(testing2 ${Testing_BINARY_DIR}/bin/testing2)
--- 3,5 ----
  #
  ADD_EXECUTABLE(testing2 testing2.cxx)
! ADD_TEST(testing.2 ${Testing_BINARY_DIR}/bin/testing2)



More information about the Cmake-commits mailing list