summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the --stop-time argumentZach Mullen2010-03-171-2/+5
| | | | Unit test and script hook for STOP_TIME
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-2/+6
| | | | | This may help statistically detect implicit dependencies among unit tests while running in parallel.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* Fixed warningsZach Mullen2009-09-031-1/+1
|
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-021-2/+5
|
* ENH: Document APPEND option in ctest_* commandsBrad King2009-02-201-2/+3
| | | | | | This adds documentation of the APPEND option to the configure, build, test, memcheck, and coverage commands. The docs leave specific semantics for the dashboard server to define.
* ENH: Improve ctest_* command documentationBrad King2009-02-201-2/+3
| | | | | | This corrects the terse documentation and adds detail to the full documentation of some commands. It also normalizes the layout of the documentation string endings to make adding lines easier.
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-101-2/+8
|
* STYLE: lowercase ctest_test() in the documentationAlexander Neundorf2008-10-081-1/+1
| | | | Alex
* BUG: 0007569 add ability to do -R/-E in ctest_test commandBill Hoffman2008-09-091-3/+12
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-8/+6
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-2/+2
|
* BUG: This should fix memory checkingAndy Cedilnik2005-09-191-1/+1
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-10/+18
| | | | multiple submited files
* ENH: Improve syntaxAndy Cedilnik2005-05-041-1/+1
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-0/+79
some cleanups