summaryrefslogtreecommitdiffstats
path: root/Modules/DartConfiguration.tcl.in
Commit message (Collapse)AuthorAgeFilesLines
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-011-1/+0
|
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+4
| | | | Allow the user to set the CMake variable CTEST_COST_DATA_FILE, which will be used to store the cost data from test runs. If not set, defaults to the original location in the build tree Testing/Temporary dir.
* Moved call to cache CDash version information to cmCTest::initialize. Also ↵Zach Mullen2010-02-081-0/+1
| | | | added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6.
* Added support for CTest awareness of the CDash version. This will help ↵Zach Mullen2009-12-211-0/+1
| | | | forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step.
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of ↵David Cole2009-12-041-0/+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.
* CTest-side support for compiler name and compiler version information. ↵Zach Mullen2009-10-121-1/+4
| | | | Requires CDash update to show on CDash.
* Fixed ctest output where max test index is not the same width as the total ↵Zach Mullen2009-09-021-1/+5
| | | | number of tests. Also some preliminary changes for batching ctest jobs
* ENH: make sure CTEST_CURL_OPTIONS work from script modeBill Hoffman2009-04-171-0/+3
|
* ENH: add ability to control ssl cert checkingBill Hoffman2009-04-101-0/+1
|
* ENH: Create include(CTest) launcher interfaceBrad King2009-02-111-0/+2
| | | | | | | This defines a new CTest configuration variable CTEST_USE_LAUNCHERS. When set to true it puts 'ctest --launch' in RULE_LAUNCH_* properties and enables the CTest configuration option 'UseLaunchers'. Currently this works only for Makefile generators.
* ENH: allow cdash not to triggerBill Hoffman2008-02-291-0/+1
|
* ENH: Reorganize and add subversion supportAndy Cedilnik2005-02-161-13/+16
|
* ENH: Enable compression with DartConfiguration fileAndy Cedilnik2005-01-271-0/+1
|
* ENH: Add suppression fileAndy Cedilnik2003-12-161-0/+1
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-0/+2
|
* ENH: Improve coverage on systems with multiple gcov commandsAndy Cedilnik2003-12-081-0/+1
|
* ENH: Fix some dart issues. Now it works fine without dart.Andy Cedilnik2003-05-021-0/+53