summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: if -R or -E was used, displays also the name of the tests that passed.Sebastien Barre2002-03-291-7/+19
|
* less noisy about changing directoriesKen Martin2002-03-151-1/+8
|
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-1/+1
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-3/+3
|
* ENH: add -E option (exclude tests matching a regexp)Sebastien Barre2002-03-061-4/+24
|
* add command line option -D for config directory to runBill Hoffman2002-02-261-2/+20
|
* ENH: Since each test can send a lot of text to stderr/stdout, ctest now ↵Sebastien Barre2002-02-211-7/+16
| | | | displays the list of tests that failed at the end of the process.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: add flushBill Hoffman2001-12-111-0/+1
|
* minor fix for not found executablesKen Martin2001-12-031-0/+9
|
* Improvements to the curses interface.Berk Geveci2001-11-291-1/+3
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-1/+1
| | | | error
* handle spaces in commands and argsBerk Geveci2001-09-201-2/+3
|
* updated testingKen Martin2001-09-111-3/+20
|
* added regexp optionKen Martin2001-08-291-3/+27
|
* better formatted outputKen Martin2001-08-271-1/+2
|
* ENH: add more testingBill Hoffman2001-08-231-2/+2
|
* also check path for test executablesKen Martin2001-08-231-0/+10
|
* fixed formatKen Martin2001-08-231-1/+1
|
* added test driver for make test targetKen Martin2001-08-231-0/+190