[Cmake-commits] [cmake-commits] zach.mullen committed test.cmake.in 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 30 17:43:58 EDT 2009


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

Modified Files:
	test.cmake.in 
Log Message:
Increase ctest RunScript line coverage.  (Note: NEW_PROCESS argument is currently causing the test to fail, still investigating the reason for this, will add coverage for it later)


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestRunScript/test.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** test.cmake.in	29 Oct 2009 16:45:59 -0000	1.3
--- test.cmake.in	30 Oct 2009 21:43:55 -0000	1.4
***************
*** 1,2 ****
  SET(CTEST_RUN_CURRENT_SCRIPT 0)
! CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake")
--- 1,2 ----
  SET(CTEST_RUN_CURRENT_SCRIPT 0)
! CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake" RETURN_VALUE res RETURN_VALUE)



More information about the Cmake-commits mailing list