[Cmake-commits] [cmake-commits] king committed bootstrap 1.116 1.117

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 16 10:40:55 EDT 2009


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

Modified Files:
	bootstrap 
Log Message:
ENH: Refactor generation of CTestTestfile content

This moves code which generates ADD_TEST and SET_TESTS_PROPERTIES calls
into CTestTestfile.cmake files out of cmLocalGenerator and into a
cmTestGenerator class.  This will allow more advanced generation without
cluttering cmLocalGenerator.  The cmTestGenerator class derives from
cmScriptGenerator to get support for per-configuration script
generation (not yet enabled).


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.116
retrieving revision 1.117
diff -C 2 -d -r1.116 -r1.117
*** bootstrap	16 Mar 2009 14:39:56 -0000	1.116
--- bootstrap	16 Mar 2009 14:40:46 -0000	1.117
***************
*** 172,175 ****
--- 172,176 ----
    cmSourceFileLocation \
    cmSystemTools \
+   cmTestGenerator \
    cmVersion \
    cmFileTimeComparison \



More information about the Cmake-commits mailing list