summaryrefslogtreecommitdiffstats
path: root/Source/cmAddTestCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix for bug 1838Bill Hoffman2005-07-151-1/+3
|
* ENH: Improve internal test handling by creating a test class. Command ↵Andy Cedilnik2005-04-241-7/+1
| | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-5/+5
|
* ENH: clean up docs someBill Hoffman2002-12-301-3/+3
|
* 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.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.Amitha Perera2001-08-231-1/+3
|
* added enable testing deprecated some commandsKen Martin2001-06-061-0/+9
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* New cmake command to specify a single testJim Miller2001-06-061-0/+100