summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: better documentationBill Hoffman2004-05-071-2/+29
|
* BUG: putenv syntax was wrong and caused a crash on the SGIBill Hoffman2004-05-021-2/+2
|
* ENH: Add environment variable that Dart sets so that tests can know they are ↵Andy Cedilnik2004-04-301-0/+2
| | | | being tested from Dart/CTest
* ENH: Report error and exit when the current directory is not specifiedAndy Cedilnik2004-04-211-1/+10
|
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-131-0/+5
|
* ENH: add new feature to ctest so that it can cmake, build and run a test ↵Bill Hoffman2004-01-071-272/+7
| | | | executable
* ENH: Improve notes support (now you can specify them with the rest of the ↵Andy Cedilnik2004-01-071-4/+1
| | | | command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs
* ENH: Add option to submit notes. Implements Bug #465 - Add notes support to ↵Andy Cedilnik2003-12-261-0/+12
| | | | CTest
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-8/+8
|
* a start on the dashboard driverKen Martin2003-12-021-4/+24
|
* ENH: Add documentation for -D and add missing targetsAndy Cedilnik2003-08-111-0/+125
|
* ENH: Clarification of help dumped when no arguments are given and no test ↵Brad King2003-08-071-0/+6
| | | | file is found.
* ENH: Added documentation for ctest.Brad King2003-08-061-21/+82
|
* ERR: Remove warningAndy Cedilnik2003-05-061-6/+6
|
* ENH: Fix some dart issues. Now it works fine without dart.Andy Cedilnik2003-05-021-1/+60
|
* ENH: Rename option -D to -C because we will use -D laterAndy Cedilnik2003-04-251-2/+2
|
* Start working on contAndy Cedilnik2003-02-111-0/+1
|
* Fix date issues with different modelsAndy Cedilnik2003-02-111-0/+19
|
* Split ctest into two three filesAndy Cedilnik2002-12-171-1455/+3
|
* Add support for only showing what will be done. This way you can for example ↵Andy Cedilnik2002-12-151-48/+103
| | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex
* fixed warningsKen Martin2002-12-131-2/+0
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-1/+3
| | | | invocations now chain up the error message.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-15/+18
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-111-0/+1
| | | | when CMake is invoked by Dart.
* Remove warningAndy Cedilnik2002-12-101-2/+4
|
* Initial addition of coverageAndy Cedilnik2002-12-091-8/+377
|
* Fix for network pathsAndy Cedilnik2002-11-211-5/+6
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-4/+4
|
* Move the hi-res time to system toolsAndy Cedilnik2002-11-061-57/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* When in verbose mode print test commandAndy Cedilnik2002-10-181-0/+4
|
* Remove unused variableAndy Cedilnik2002-10-161-1/+0
|
* Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵Andy Cedilnik2002-10-151-7/+14
| | | | problem on borland
* Fix namespace, typo, and make ftime work on windowsAndy Cedilnik2002-10-141-3/+5
|
* Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵Andy Cedilnik2002-10-141-30/+110
| | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
* More cleanups, fix prexontext and log numberAndy Cedilnik2002-10-141-34/+24
|
* Add LastBuild.log file, fix some minor problems in output, modify output a ↵Andy Cedilnik2002-10-141-47/+48
| | | | bit...
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵Brad King2002-10-101-1/+1
| | | | Removed cmInputStringStream.
* Remove warningAndy Cedilnik2002-10-101-1/+1
|
* Try to use platform independent input string streamAndy Cedilnik2002-10-101-3/+1
|
* Reorganization, cleanup and some improvement in dart emulationAndy Cedilnik2002-10-091-111/+196
|
* Add parsing of warnings and errorsAndy Cedilnik2002-10-091-2/+259
|
* Add configure option and fix potential bug in other targets. Now the run ↵Andy Cedilnik2002-10-091-3/+46
| | | | command is actually run with directory, so eventually we should be able to run this from a subdirectory
* Fix update so that it actually updates the source directory,Andy Cedilnik2002-10-071-1/+9
|
* Add missing namespaceAndy Cedilnik2002-10-071-1/+1
|
* Add some minimal Dart capability to ctest. For example now you can actually ↵Andy Cedilnik2002-10-071-45/+386
| | | | use ctest to build projects, do cvs update on all platforms. This is especially cool for Visual Studio where you do not want to load the whole development environment just to build your project.
* Set comspec substituteKen Martin2002-09-301-0/+5
|
* Add verbose flag -V, which makes the output of tests to be displayed; also ↵Andy Cedilnik2002-09-241-2/+27
| | | | add help to ctest
* remove unused variablesKen Martin2002-09-151-1/+0
|
* BUG: make sure windows paths are used for the command or it will not work ↵Ken Martin2002-06-241-1/+1
| | | | for win 98