summaryrefslogtreecommitdiffstats
path: root/Source/ctest.h
Commit message (Collapse)AuthorAgeFilesLines
* Split ctest into two three filesAndy Cedilnik2002-12-171-180/+0
|
* Add support for only showing what will be done. This way you can for example ↵Andy Cedilnik2002-12-151-0/+1
| | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex
* Initial addition of coverageAndy Cedilnik2002-12-091-2/+25
|
* 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.
* Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵Andy Cedilnik2002-10-141-0/+1
| | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
* Add LastBuild.log file, fix some minor problems in output, modify output a ↵Andy Cedilnik2002-10-141-1/+3
| | | | bit...
* Reorganization, cleanup and some improvement in dart emulationAndy Cedilnik2002-10-091-3/+14
|
* Add parsing of warnings and errorsAndy Cedilnik2002-10-091-5/+21
|
* Add configure option and fix potential bug in other targets. Now the run ↵Andy Cedilnik2002-10-091-0/+6
| | | | command is actually run with directory, so eventually we should be able to run this from a subdirectory
* Add some minimal Dart capability to ctest. For example now you can actually ↵Andy Cedilnik2002-10-071-7/+69
| | | | 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.
* Add verbose flag -V, which makes the output of tests to be displayed; also ↵Andy Cedilnik2002-09-241-2/+4
| | | | add help to ctest
* ENH: fix depend problemBill Hoffman2002-05-221-1/+1
|
* ENH: if -R or -E was used, displays also the name of the tests that passed.Sebastien Barre2002-03-291-1/+2
|
* ENH: add -E option (exclude tests matching a regexp)Sebastien Barre2002-03-061-3/+12
|
* add command line option -D for config directory to runBill Hoffman2002-02-261-1/+1
|
* ENH: Since each test can send a lot of text to stderr/stdout, ctest now ↵Sebastien Barre2002-02-211-1/+1
| | | | displays the list of tests that failed at the end of the process.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* added regexp optionKen Martin2001-08-291-1/+4
|
* added test driver for make test targetKen Martin2001-08-231-0/+67