summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* better args handling for -I optionKen Martin2004-04-161-15/+34
* ENH: Better reporting of what tests failed and write a file with failed testsAndy Cedilnik2004-04-161-4/+16
* ENH: remove warningBill Hoffman2004-04-141-1/+1
* ENH: fix warningBill Hoffman2004-04-131-1/+1
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-131-0/+118
* BUG: Display string not some weird pointerAndy Cedilnik2004-04-091-1/+1
* fix for missing valid imagesKen Martin2004-04-011-25/+51
* BUG: Fix bug on windows. You cannot cout std::string directlyAndy Cedilnik2004-04-011-1/+1
* ENH: Add logging of submittingAndy Cedilnik2004-04-011-0/+25
* ENH: Reduce number of GetCurrentWorkingDirectoryAndy Cedilnik2004-03-311-1/+1
* ENH: Change to the new directoryAndy Cedilnik2004-03-311-1/+1
* coverage change that will probably end in an infinite loopKen Martin2004-03-251-4/+25
* ENH: Fix warningAndy Cedilnik2004-03-211-2/+2
* ERR: Fix warnings about wrong formatAndy Cedilnik2004-03-191-2/+2
* ERR: Fix build on broken C++ compiles with no != operator for std::stringAndy Cedilnik2004-03-181-1/+1
* BUG: change directory before running test and remember test numberAndy Cedilnik2004-03-171-9/+13
* ENH: Add support for future tagsAndy Cedilnik2004-03-141-4/+20
* ENH: Count tests while they go. Also in the logs report more stuff like elaps...Andy Cedilnik2004-03-141-185/+242
* BUG: CVS update fix. If the CVS command was not set there was no indication t...Andy Cedilnik2004-02-241-225/+251
* ENH: Improve coverage support and add more verbosityAndy Cedilnik2004-02-231-11/+49
* ENH: Handle wrong library on sun and no project on visual studio 7Andy Cedilnik2004-02-201-0/+2
* ERR: Do not exit when find bad custom files.Andy Cedilnik2004-02-191-1/+0
* ERR: Remove warningAndy Cedilnik2004-02-111-4/+4
* ERR: Use filepath followed by filename not another filepathAndy Cedilnik2004-02-101-1/+1
* ENH: Add logging of tests while running. This way you can actually see the ou...Andy Cedilnik2004-02-101-6/+48
* ENH: Attempt to support tests in funky subdirectoriesAndy Cedilnik2004-02-081-0/+12
* ENH: Propagate build typeAndy Cedilnik2004-02-021-0/+5
* BUG: keep outputBill Hoffman2004-01-291-1/+1
* BUG: After running builtin ctest, go back to the original directoryBill Hoffman2004-01-281-0/+4
* Including exception string in test's error output.Ken Martin2004-01-281-0/+8
* ENH: add a dynamic loader flush cacheBill Hoffman2004-01-271-0/+4
* ENH: Only display the precontext or postcontext up to the next or previous wa...Andy Cedilnik2004-01-271-3/+7
* fix for backup restoreKen Martin2004-01-271-11/+1
* ENH: Improve calling of RunSingle command and fix compile errorAndy Cedilnik2004-01-261-2/+7
* ENH: Add support for CTestCustom.ctest, which modifies some behavior of ctestAndy Cedilnik2004-01-261-156/+347
* BUG: fix put/get env problemsBill Hoffman2004-01-261-18/+2
* fixes to backup restore optionsKen Martin2004-01-231-32/+93
* BUG: If at least one test fails, the percent cannot be greater than 99Andy Cedilnik2004-01-221-0/+4
* BUG: empty method on std string is a test, and does not set the string to empty.Brad King2004-01-211-3/+3
* BUG: fix leakBill Hoffman2004-01-211-3/+6
* BUG: Fixed buffer size in MakeXMLSafe.Brad King2004-01-211-1/+1
* BUG: if a test is not found, it should failBill Hoffman2004-01-211-1/+2
* ENH: make sure tests that are not run fail, and make sure that it does not tr...Bill Hoffman2004-01-211-7/+19
* fix so that ctest is run even with bad cmake resultKen Martin2004-01-161-4/+10
* ENH: Handle spaces in the dart output of testAndy Cedilnik2004-01-151-2/+3
* ERR: Do not ignore argument after nocmakeAndy Cedilnik2004-01-131-1/+0
* ENH: add no cmake optionBill Hoffman2004-01-131-30/+40
* ENH: Only look for executable until foundAndy Cedilnik2004-01-121-55/+55
* ENH: clean up the output some moreBill Hoffman2004-01-091-2/+8
* ENH: clean up outputBill Hoffman2004-01-091-24/+47