summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-0/+6
| | | | | | If the argument following -D is not a valid dashboard type string, then try to parse it as a "var:type=value" string just like cmake already does.
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+1
| | | | | | This modifications set tries to keep the unified doc for cmake/ctest/cpack while introducing tool specific documentation separated. Some documentation sections for CMake do not fit well to CPack.
* Usage: Print help, version and copyright options in usage information.Nicolas Despres2011-10-231-1/+1
| | | | There were missing for ctest, cpack and ccmake.
* Usage: Document -j|--parallel option in help message.Nicolas Despres2011-10-231-0/+4
|
* Remove trailing white-spaces.Nicolas Despres2011-10-231-3/+3
|
* Added CTest command --print-labelsZach Mullen2010-08-311-1/+4
| | | | | | This command allows a user to quickly see the list of all available test labels. The labels are also printed in verbose show only mode, alongside their corresponding tests.
* Add the --stop-time argumentZach Mullen2010-03-171-0/+4
| | | | Unit test and script hook for STOP_TIME
* Added an option to conditionally attach files to a test submission only if ↵Zach Mullen2009-12-161-0/+4
| | | | the test does not pass. Also some preliminary changes for test output compression.
* Document new --http1.0 option.Zach Mullen2009-12-111-0/+3
|
* Document new timeout command line optionZach Mullen2009-11-301-0/+3
|
* BUG 9961: ctest --help should not display a Generators sectionZach Mullen2009-11-241-0/+1
|
* Doc --help-command, --help-command-list, --help-commands for ctest. (bug 9833)Zach Mullen2009-11-051-0/+7
|
* Fixed ctest doc typos. (bug 9836)Zach Mullen2009-11-041-5/+5
|
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+3
| | | | | 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.
* Add label summary times to ctest default output. Also, remove parallel time ↵Bill Hoffman2009-09-111-0/+4
| | | | output. Add flag to disable label summary.
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵Zach Mullen2009-08-271-0/+3
| | | | for ctest
* ENH: add docs for command line ctestBill Hoffman2009-05-071-0/+8
|
* ENH: Create internal 'ctest --launch' toolBrad King2009-02-111-0/+9
| | | | | | | This creates an undocumented 'ctest --launch' mode. It launches a specified command and optionally records a failure in an xml fragment. We will optionally use this in CTest's Build stage to record per-rule build failure information when using Makefile generators.
* BUG: add output on failure to ctest #8255Bill Hoffman2009-01-181-0/+3
|
* ENH: add max width option to ctest ouptutBill Hoffman2008-09-221-1/+4
|
* ENH: read in old file formats Dart as wellKen Martin2008-01-311-1/+2
|
* ENH: use CTestTestfile.txtKen Martin2008-01-171-3/+2
|
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-0/+1
| | | | This eliminates startup paths that failed to produce this information.
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-10/+10
| | | | there, also provides secitons for Variables now
* BUG: revert doc changes since VS7 cannot compile them, will implement them ↵Ken Martin2007-10-091-13/+13
| | | | in a different manner
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-13/+13
|
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-1/+1
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* STYLE: create command documentation for ctestAlexander Neundorf2007-06-081-0/+8
| | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-191-0/+4
|
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-2/+2
|
* ENH: added per test timeout supportKen Martin2007-01-251-1/+3
|
* ENH: Add support for special tracks, fix options of handlers so that the -R, ↵Andy Cedilnik2006-04-281-0/+5
| | | | -U, and so on work in the new style scripting
* ENH: Add support for preinstall for cmake generated projects when packaging themAndy Cedilnik2006-04-101-2/+1
|
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-0/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-38/+49
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-1/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* STYLE: removed some docs that did not make senseKen Martin2005-11-161-1/+0
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-0/+2
|
* ENH: Several improvements and cleanups:Andy Cedilnik2005-07-181-11/+25
| | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument
* ENH: Add debug flagAndy Cedilnik2005-06-021-0/+3
|
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-2/+2
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-6/+16
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-011-1/+6
|
* FIX: fix output of passing testsBill Hoffman2005-03-111-4/+1
|
* ENH: better docsKen Martin2005-03-101-1/+3
|
* ENH: ctest now uses CMake global generator to do the build part of ↵Ken Martin2005-02-221-12/+25
| | | | build-and-test
* ENH: added missing documentationKen Martin2005-01-271-0/+8
|
* COMP: fix warningKen Martin2004-11-151-1/+2
|
* ENH: added -U option to take union of -R and -IKen Martin2004-11-131-5/+9
|