Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split ctest into two three files | Andy Cedilnik | 2002-12-17 | 1 | -180/+0 |
| | |||||
* | Add support for only showing what will be done. This way you can for example ↵ | Andy Cedilnik | 2002-12-15 | 1 | -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 coverage | Andy Cedilnik | 2002-12-09 | 1 | -2/+25 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -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 Cedilnik | 2002-10-14 | 1 | -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 Cedilnik | 2002-10-14 | 1 | -1/+3 |
| | | | | bit... | ||||
* | Reorganization, cleanup and some improvement in dart emulation | Andy Cedilnik | 2002-10-09 | 1 | -3/+14 |
| | |||||
* | Add parsing of warnings and errors | Andy Cedilnik | 2002-10-09 | 1 | -5/+21 |
| | |||||
* | Add configure option and fix potential bug in other targets. Now the run ↵ | Andy Cedilnik | 2002-10-09 | 1 | -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 Cedilnik | 2002-10-07 | 1 | -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 Cedilnik | 2002-09-24 | 1 | -2/+4 |
| | | | | add help to ctest | ||||
* | ENH: fix depend problem | Bill Hoffman | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | ENH: if -R or -E was used, displays also the name of the tests that passed. | Sebastien Barre | 2002-03-29 | 1 | -1/+2 |
| | |||||
* | ENH: add -E option (exclude tests matching a regexp) | Sebastien Barre | 2002-03-06 | 1 | -3/+12 |
| | |||||
* | add command line option -D for config directory to run | Bill Hoffman | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | ENH: Since each test can send a lot of text to stderr/stdout, ctest now ↵ | Sebastien Barre | 2002-02-21 | 1 | -1/+1 |
| | | | | displays the list of tests that failed at the end of the process. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | added regexp option | Ken Martin | 2001-08-29 | 1 | -1/+4 |
| | |||||
* | added test driver for make test target | Ken Martin | 2001-08-23 | 1 | -0/+67 |