Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |