[Cmake-commits] [cmake-commits] david.cole committed test.cmake.in 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 8 12:17:05 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/CTestTest
In directory public:/mounts/ram/cvs-serv8844

Modified Files:
	test.cmake.in 
Log Message:
Reduce duration of ctest_sleep arguments. Add SmallAndFast project. Replace kwsys with SmallAndFast to make CTestTest faster. (I will keep an eye on coverage results after this commit and make sure we still have equivalent ctest coverage.)


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTest/test.cmake.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C 2 -d -r1.16 -r1.17
*** test.cmake.in	24 Jul 2006 13:43:11 -0000	1.16
--- test.cmake.in	8 Oct 2009 16:17:03 -0000	1.17
***************
*** 5,14 ****
  
  # this is the cvs module name that should be checked out
! SET (CTEST_MODULE_NAME kwsys)
  
  # these are the the name of the source and binary directory on disk. 
  # They will be appended to DASHBOARD_ROOT
! SET (CTEST_SOURCE_NAME kwsys)
! SET (CTEST_BINARY_NAME kwsysBin)
  
  # which ctest command to use for running the dashboard
--- 5,14 ----
  
  # this is the cvs module name that should be checked out
! SET (CTEST_MODULE_NAME SmallAndFast)
  
  # these are the the name of the source and binary directory on disk. 
  # They will be appended to DASHBOARD_ROOT
! SET (CTEST_SOURCE_NAME SmallAndFast)
! SET (CTEST_BINARY_NAME SmallAndFastBuild)
  
  # which ctest command to use for running the dashboard
***************
*** 25,30 ****
  MESSAGE("CMake executable: ${CTEST_CMAKE_COMMAND}")
  
! CTEST_SLEEP(5)
! CTEST_SLEEP(5 5 7)
  
  ####################################################################
--- 25,30 ----
  MESSAGE("CMake executable: ${CTEST_CMAKE_COMMAND}")
  
! CTEST_SLEEP(1)
! CTEST_SLEEP(1 1 1)
  
  ####################################################################
***************
*** 40,44 ****
  SET (CTEST_INITIAL_CACHE "
  SITE:STRING=@SITE@
! BUILDNAME:STRING=KWSys- at BUILDNAME@
  CMAKE_GENERATOR:INTERNAL=@CMAKE_GENERATOR@
  CMAKE_CXX_FLAGS:STRING=@CMAKE_CXX_FLAGS@
--- 40,44 ----
  SET (CTEST_INITIAL_CACHE "
  SITE:STRING=@SITE@
! BUILDNAME:STRING=SmallAndFast- at BUILDNAME@
  CMAKE_GENERATOR:INTERNAL=@CMAKE_GENERATOR@
  CMAKE_CXX_FLAGS:STRING=@CMAKE_CXX_FLAGS@
***************
*** 53,59 ****
  MEMORYCHECK_COMMAND_OPTIONS:STRING=@MEMORYCHECK_COMMAND_OPTIONS@
  COVERAGE_COMMAND:FILEPATH=@COVERAGE_COMMAND@
- 
- # This one is needed for testing advanced ctest features
- CTEST_TEST_KWSYS:BOOL=ON
  ")
  
--- 53,56 ----
***************
*** 68,71 ****
  )
  
! SET (CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Source/kwsys")
  SET (CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTest/${CTEST_BINARY_NAME}")
--- 65,68 ----
  )
  
! SET (CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTest/SmallAndFast")
  SET (CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTest/${CTEST_BINARY_NAME}")



More information about the Cmake-commits mailing list