Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused DumpDocumentation code | Brad King | 2009-12-08 | 1 | -10/+0 |
| | | | | | | | The DumpDocumentation executable and some supporting code and tests were completely unused by CMake. Generation of documentation is done by the individual executables with --help* options. In this commit we simply remove the unused code, executable, and test. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | ENH: Added test for IF(DEFINED ENV{var})(. | Brad King | 2006-02-10 | 1 | -0/+7 |
| | |||||
* | ENH: Test setting of environment variables | Andy Cedilnik | 2005-06-03 | 1 | -1/+7 |
| | |||||
* | BUG: Fix for space in path for chdir test. We just need to double-quote the ↵ | Brad King | 2005-02-17 | 1 | -1/+1 |
| | | | | arguments. | ||||
* | BUG: fix CommandLine test problems with spaces and testing for the return value | Bill Hoffman | 2005-02-16 | 1 | -28/+49 |
| | |||||
* | ENH: Add some ctest coverage | Andy Cedilnik | 2004-05-10 | 1 | -0/+19 |
| | |||||
* | ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵ | Andy Cedilnik | 2004-04-28 | 2 | -0/+11 |
| | | | | Add auto preload file support in CMake | ||||
* | ENH: Added test of --copyright and --version arguments for coverage. | Brad King | 2003-08-05 | 1 | -0/+2 |
| | |||||
* | ENH: Added test of --help [command] form of help option for coverage. | Brad King | 2003-08-05 | 1 | -0/+1 |
| | |||||
* | ENH: Added CommandLineTest to add coverage for command line arguments to ↵ | Brad King | 2003-07-24 | 2 | -0/+26 |
cmake executables. This replaces the old DumpDocumentation test. |