summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ↵Zach Mullen2009-09-081-3/+2
| | | | floating point value. Tests are now started in descending order of their cost, which defaults to 0 if none is specified.
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow ↵Zach Mullen2009-09-071-1/+4
| | | | specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
* Fixed warningsZach Mullen2009-09-031-2/+5
|
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS ↵Zach Mullen2009-09-031-0/+3
| | | | option to set_tests_properties (implementation to come).
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
|
* ENH: implements SetProperties for TESTKen Martin2006-12-071-0/+5
|
* STYLE: fix line lengthKen Martin2006-05-121-4/+4
|
* ENH: fix line length style stuffBill Hoffman2006-03-101-3/+6
|
* STYLE: More commentsAndy Cedilnik2005-11-091-4/+8
|
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵Andy Cedilnik2005-11-091-2/+8
| | | | add help in cmSetTestsPropertiesCommand
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+65