ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file

This commit is contained in:
Andy Cedilnik
2005-04-24 15:59:51 -04:00
parent 3a8e7599b1
commit d395b563ed
13 changed files with 279 additions and 168 deletions

View File

@@ -49,14 +49,6 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> const&);
/**
* This is called at the end after all the information
* specified by the command is accumulated. Most commands do
* not implement this method. At this point, reading and
* writing to the cache can be done.
*/
virtual void FinalPass();
/**
* The name of the command as specified in CMakeList.txt.
*/