summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
Commit message (Expand)AuthorAgeFilesLines
* ctest: add option for output truncationFrank Winklmeier2022-03-081-2/+9
* Source: Replace C headers with C++ onesRose2021-11-021-2/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-131-3/+4
* CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-091-0/+1
* ctest: support <CTestMeasurement> for runtime measurementsZack Galbreath2021-07-011-6/+6
* ctest: allow test output to add labelsZack Galbreath2021-06-171-0/+1
* ctest: allow test output to override the 'details' fieldZack Galbreath2021-06-091-0/+2
* ctest: add support for attaching files to tests at run timeZack Galbreath2021-06-081-0/+2
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-0/+10
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-6/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-261-2/+2
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-2/+3
* CTest: Log environment variables as a test measurementKyle Edwards2020-05-191-0/+1
* CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-021-1/+1
* remove pointless return value from cmCTestTestHandler::CleanTestOutput()Rolf Eike Beer2020-03-231-1/+1
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-241-0/+1
* ctest_test: Add option to REPEAT testsBrad King2019-11-071-1/+3
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-3/+3
* CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-3/+3
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+4
* CTest: Add lexer for PROCESSES propertyKyle Edwards2019-10-021-0/+15
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+8
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-6/+5
* Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-191-0/+13
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-0/+2
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-2/+2
* CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-081-1/+2
* TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-081-0/+3
* CTest: Add colored output on tests summary where supportedSylvain Joubert2018-11-091-1/+1
* CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-0/+2
* CTest: introduce cmDurationWouter Klouwen2018-01-231-4/+5
* CTest: Remove unfinished batch test modeBrad King2017-12-081-1/+0
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-3/+3
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+2
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-1/+2
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+6
* CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-081-2/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Merge topic 'better-exception-reporting'Brad King2017-07-131-1/+2
|\
| * CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-1/+2
* | Display subproject timing summaryBetsy McPhail2017-07-101-0/+2
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-0/+5
|/
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-0/+1