summaryrefslogtreecommitdiffstats
path: root/Source/cmTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Refactor storage of test command linesBrad King2009-03-161-11/+1
| | | | | We used to separate the command executable from its argument vector. It is simpler to just store the whole command line in one vector.
* ENH: Teach CTest to submit test property LABELSBrad King2009-01-071-0/+5
| | | | | This teaches CTest to send the test property "LABELS" in Test.xml dashboard submissions as Label elements inside a Labels element.
* ENH: support unset of propertiesKen Martin2008-04-011-4/+0
|
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify ↵Brad King2008-01-171-0/+10
| | | | implementation of SET_PROPERTY command by using them.
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-4/+4
|
* ENH: added per test timeout supportKen Martin2007-01-251-0/+9
|
* BUG: fix missing return valueKen Martin2006-12-071-0/+1
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-13/+50
|
* ENH: make sure command is unix style as it may have been sent into cmake as ↵Bill Hoffman2006-04-251-0/+1
| | | | a windows path
* 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