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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 29 18:11:06 EST 2008


Update of /cvsroot/CMake/CMake/Tests/JCTest
In directory public:/mounts/ram/cvs-serv21708

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: make it take longer


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/JCTest/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	29 Dec 2008 22:43:37 -0000	1.1
--- CMakeLists.txt	29 Dec 2008 23:11:02 -0000	1.2
***************
*** 6,9 ****
  foreach(f 1 2 3 4 5 6 7 8 9 10 11 12 12 14 15 16 17 18 19 
  20 21 22 23 24 25 26 27 28 29 30)
!   add_test(TestTime${f} TestTime 10000000)
  endforeach(f)
--- 6,9 ----
  foreach(f 1 2 3 4 5 6 7 8 9 10 11 12 12 14 15 16 17 18 19 
  20 21 22 23 24 25 26 27 28 29 30)
!   add_test(TestTime${f} TestTime 50000000)
  endforeach(f)



More information about the Cmake-commits mailing list