[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.101 1.102

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 28 11:08:41 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Added ctest -N test.  Fixed ctest working directory bug.  MemCheck fix coming soon...


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.101
retrieving revision 1.102
diff -C 2 -d -r1.101 -r1.102
*** CMakeLists.txt	5 Aug 2009 14:15:20 -0000	1.101
--- CMakeLists.txt	28 Aug 2009 15:08:39 -0000	1.102
***************
*** 1053,1056 ****
--- 1053,1059 ----
        --output-log "${CMake_BINARY_DIR}/Tests/CTestTest3/testOutput.log"
        )
+     ADD_TEST(CTestTestShowOnly ${CMAKE_CTEST_COMMAND}
+       -N
+       )
      # these tests take a long time, make sure they have it
      # if timeouts have not already been set



More information about the Cmake-commits mailing list