[Cmake-commits] [cmake-commits] alex committed CMakeLists.txt 1.49 1.50
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 16 14:03:05 EDT 2008
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv20742
Modified Files:
CMakeLists.txt
Log Message:
ENH: add test which executes all FindXXX.cmake modules
Alex
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C 2 -d -r1.49 -r1.50
*** CMakeLists.txt 19 Apr 2008 17:37:38 -0000 1.49
--- CMakeLists.txt 16 Jun 2008 18:03:03 -0000 1.50
***************
*** 41,44 ****
--- 41,45 ----
ADD_TEST_MACRO(CommandLineTest CommandLineTest)
ADD_TEST_MACRO(FindPackageTest FindPackageTest)
+ ADD_TEST_MACRO(FindModulesExecuteAll FindModulesExecuteAll)
ADD_TEST_MACRO(StringFileTest StringFileTest)
ADD_TEST_MACRO(TryCompile TryCompile)
More information about the Cmake-commits
mailing list