summaryrefslogtreecommitdiffstats
path: root/Source/cmTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
|
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+35
|
* ENH: Improve internal test handling by creating a test class. Command ↵Andy Cedilnik2005-04-241-0/+51
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