summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Add the --stop-time argumentZach Mullen2010-03-171-0/+5
| | | | Unit test and script hook for STOP_TIME
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of ↵David Cole2009-12-041-1/+1
| | | | running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+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.
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-021-0/+6
|
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-101-0/+12
|
* BUG: 0007569 add ability to do -R/-E in ctest_test commandBill Hoffman2008-09-091-0/+10
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+2
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-15/+16
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-3/+4
|
* ENH: Fix memcheck commandAndy Cedilnik2005-09-171-1/+1
|
* COMP: Remove warning and fix the logicAndy Cedilnik2005-07-141-2/+5
|
* ENH: Add timeout supportAndy Cedilnik2005-07-131-0/+12
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-59/+26
| | | | multiple submited files
* ENH: Improve syntaxAndy Cedilnik2005-05-041-11/+52
|
* ENH: CleanupsAndy Cedilnik2005-05-031-1/+1
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-0/+52
some cleanups