Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 1 | -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 Cole | 2009-12-04 | 1 | -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 order | Zach Mullen | 2009-10-29 | 1 | -0/+6 |
| | | | | | This may help statistically detect implicit dependencies among unit tests while running in parallel. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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 Mullen | 2009-09-02 | 1 | -0/+6 |
| | |||||
* | ENH: add the ability to run tests by labels | Bill Hoffman | 2009-02-10 | 1 | -0/+12 |
| | |||||
* | BUG: 0007569 add ability to do -R/-E in ctest_test command | Bill Hoffman | 2008-09-09 | 1 | -0/+10 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+2 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -15/+16 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -3/+4 |
| | |||||
* | ENH: Fix memcheck command | Andy Cedilnik | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warning and fix the logic | Andy Cedilnik | 2005-07-14 | 1 | -2/+5 |
| | |||||
* | ENH: Add timeout support | Andy Cedilnik | 2005-07-13 | 1 | -0/+12 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -59/+26 |
| | | | | multiple submited files | ||||
* | ENH: Improve syntax | Andy Cedilnik | 2005-05-04 | 1 | -11/+52 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -1/+1 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -0/+52 |
some cleanups |