[cmake-commits] king committed CMakeLists.txt 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 6 14:52:14 EST 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Combine all dependency* tests into one Dependency test.  Add more difficult test cases.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Dependency/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CMakeLists.txt	8 Jun 2005 16:26:32 -0000	1.7
+++ CMakeLists.txt	6 Feb 2008 19:52:12 -0000	1.8
@@ -43,3 +43,8 @@
 ADD_SUBDIRECTORY(Exec2)
 ADD_SUBDIRECTORY(Exec3)
 ADD_SUBDIRECTORY(Exec4)
+
+# Specific cases added to test fixes to problems found in real
+# projects.
+ADD_SUBDIRECTORY(Case1)
+ADD_SUBDIRECTORY(Case2)



More information about the Cmake-commits mailing list