[cmake-commits] david.cole committed CMakeLists.txt 1.35 1.36
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Nov 8 10:38:28 EST 2007
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv25735
Modified Files:
CMakeLists.txt
Log Message:
ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- CMakeLists.txt 6 Nov 2007 19:11:00 -0000 1.35
+++ CMakeLists.txt 8 Nov 2007 15:38:26 -0000 1.36
@@ -303,8 +303,8 @@
--test-command helloDemo
)
- # do the five tutorial steps
- FOREACH (STP RANGE 1 5)
+ # do each of the tutorial steps
+ FOREACH(STP RANGE 1 7)
ADD_TEST(TutorialStep${STP} ${CMAKE_CTEST_COMMAND}
--build-and-test
"${CMake_SOURCE_DIR}/Tests/Tutorial/Step${STP}"
More information about the Cmake-commits
mailing list