summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.h
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+6
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-29/+33
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+9
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-2/+2
* CTest: Avoid use of old EscapeSpaces methodBrad King2010-08-181-1/+0
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-0/+3
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-301-5/+0
* Add the --stop-time argumentZach Mullen2010-03-171-1/+3
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-0/+2
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-171-0/+5
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-101-0/+6
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-051-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Rewrite CTest child output handlingBrad King2009-09-111-2/+3
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-111-5/+1
* Fixed warningZach Mullen2009-09-081-1/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-1/+1
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-0/+13
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-311-2/+2
* MemCheck should now work again in ctestZach Mullen2009-08-281-0/+2
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-7/+8
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-2/+2
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-18/+28
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+82