[Cmake-commits] [cmake-commits] king committed cmCTest.h 1.113 1.114

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 13 11:49:28 EST 2009


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

Modified Files:
	cmCTest.h 
Log Message:
STYLE: Add TODO comment about CTest configuration

Currently CTest does not load configuration settings computed at CMake
Configure time when running a dashboard script.  This adds a comment
describing refactoring that might help resolve the problem.


Index: cmCTest.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -C 2 -d -r1.113 -r1.114
*** cmCTest.h	5 Feb 2009 21:31:34 -0000	1.113
--- cmCTest.h	13 Feb 2009 16:49:26 -0000	1.114
***************
*** 396,399 ****
--- 396,403 ----
  
    std::string             CTestConfigFile;
+   // TODO: The ctest configuration should be a hierarchy of
+   // configuration option sources: command-line, script, ini file.
+   // Then the ini file can get re-loaded whenever it changes without
+   // affecting any higher-precedence settings.
    CTestConfigurationMap CTestConfiguration;
    CTestConfigurationMap CTestConfigurationOverwrites;



More information about the Cmake-commits mailing list