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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 7 09:34:07 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Added a unit test for running a test command which exists but is not an executable, because it previously caused the outer ctest process to fail.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestCrash/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	2 Dec 2009 14:16:23 -0000	1.2
--- CMakeLists.txt	7 Dec 2009 14:34:04 -0000	1.3
***************
*** 4,8 ****
  
  ADD_EXECUTABLE (Crash crash.cxx)
- TARGET_LINK_LIBRARIES (NoBuild ${EXTRA_LIBS})
  
  ADD_TEST (TestCrash Crash)
--- 4,7 ----



More information about the Cmake-commits mailing list