summaryrefslogtreecommitdiffstats
path: root/Source/cmAddTestCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-2/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-11/+11
* removed some includesKen Martin2002-09-271-1/+0
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-7/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+1
* FIX: command now expands args during the first pass (found through FOREACH ex...Sebastien Barre2002-02-261-9/+11
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-1/+8
* 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
* BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.Amitha Perera2001-08-231-18/+22
* ENH: Changed generated filename to DartTestfile.txtJim Miller2001-06-191-1/+1
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-1/+1
* FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending t...Jim Miller2001-06-061-3/+4
* added enable testing deprecated some commandsKen Martin2001-06-061-4/+39
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* New cmake command to specify a single testJim Miller2001-06-061-0/+69