[Cmake-commits] [cmake-commits] king committed test.cmake.in 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 12 10:38:29 EST 2009


Update of /cvsroot/CMake/CMake/Tests/CTestTest2
In directory public:/mounts/ram/cvs-serv10545/Tests/CTestTest2

Modified Files:
	test.cmake.in 
Log Message:
ENH: Teach ctest_submit about parts

This adds a PARTS option to the ctest_submit command which tells it to
submit only parts whose names are listed with the option.


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTest2/test.cmake.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** test.cmake.in	13 Oct 2006 21:10:48 -0000	1.9
--- test.cmake.in	12 Jan 2009 15:38:27 -0000	1.10
***************
*** 43,44 ****
--- 43,49 ----
  CTEST_COVERAGE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
  CTEST_SUBMIT(RETURN_VALUE res)
+ 
+ # Test submission of a subset of parts.
+ SET(CTEST_EXTRA_SUBMIT_FILES ${CTEST_NOTES_FILES})
+ CTEST_SUBMIT(RETURN_VALUE res PARTS ExtraFiles)
+ SET(CTEST_EXTRA_SUBMIT_FILES)



More information about the Cmake-commits mailing list