summaryrefslogtreecommitdiffstats
path: root/Tests/CommandLineTest
Commit message (Collapse)AuthorAgeFilesLines
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
|
* ENH: Added test for IF(DEFINED ENV{var})(.Brad King2006-02-101-0/+7
|
* ENH: Test setting of environment variablesAndy Cedilnik2005-06-031-1/+7
|
* BUG: Fix for space in path for chdir test. We just need to double-quote the ↵Brad King2005-02-171-1/+1
| | | | arguments.
* BUG: fix CommandLine test problems with spaces and testing for the return valueBill Hoffman2005-02-161-28/+49
|
* ENH: Add some ctest coverageAndy Cedilnik2004-05-101-0/+19
|
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵Andy Cedilnik2004-04-282-0/+11
| | | | Add auto preload file support in CMake
* ENH: Added test of --copyright and --version arguments for coverage.Brad King2003-08-051-0/+2
|
* ENH: Added test of --help [command] form of help option for coverage.Brad King2003-08-051-0/+1
|
* ENH: Added CommandLineTest to add coverage for command line arguments to ↵Brad King2003-07-242-0/+26
cmake executables. This replaces the old DumpDocumentation test.