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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 10:40:22 EST 2009


Update of /cvsroot/CMake/CMake/Tests/CTestTestSubdir/subdir
In directory public:/mounts/ram/cvs-serv26676/Tests/CTestTestSubdir/subdir

Modified Files:
	CMakeLists.txt 
Log Message:
Change logic of ctest subdirs command to allow for absolute paths.  Also added test coverage for passing absolute paths to subdirs.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestSubdir/subdir/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	20 Oct 2009 17:35:43 -0000	1.1
--- CMakeLists.txt	10 Nov 2009 15:40:17 -0000	1.2
***************
*** 1,2 ****
  ADD_EXECUTABLE (main main.c)
! ADD_TEST (TestMain main)
--- 1,2 ----
  ADD_EXECUTABLE (main main.c)
! ADD_TEST (TestMain1 main)



More information about the Cmake-commits mailing list