summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
Commit message (Expand)AuthorAgeFilesLines
* Tests: Move ctest --print-labels case into RunCMake.CTestCommandLineBrad King2024-07-241-0/+14
* ctest: Display test labels in failure summaryWim Colgate2024-07-171-0/+16
* ctest: Allow --test-dir override when using presetscastro-ma2024-04-241-3/+10
* Merge topic 'ctest-invalid-arg'Brad King2024-04-051-0/+2
|\
| * ctest: Show error on invalid ctest argumentsJake D'Esposito2024-04-041-0/+2
* | ctest: Fall back to CMake environment variable for TLS server verificationBrad King2024-03-301-0/+7
* | ctest: Test fallback to CMake options for TLS server verificationBrad King2024-03-301-1/+3
|/
* ctest: Fall back to CMake options for TLS versionBrad King2024-03-121-0/+5
* ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-121-1/+1
* ctest: Add explicit options for TLS versionBrad King2024-03-121-0/+1
* ctest: Add explicit options for TLS server verificationBrad King2024-03-121-0/+15
* Merge topic 'ctest-j-default'Brad King2024-03-111-0/+38
|\
| * ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-101-0/+38
* | Merge topic 'ctest-tests-from-file'Brad King2024-03-111-1/+3
|\ \
| * | ctest: Honor tests-from-file options with empty inputBrad King2024-03-081-0/+2
| * | Tests: Make ctest tests-from-file expected output more preciseBrad King2024-03-081-1/+1
* | | Merge topic 'gtest-json-test-def-source'Brad King2024-03-081-0/+2
|\ \ \ | |/ / |/| |
| * | ctest: Show custom test properties in --show-only=json-v1Daniel Sim2024-03-061-0/+2
| |/
* | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-061-0/+2
* | Tests: Generalize ctest tests-from-file test casesBrad King2024-03-061-4/+4
|/
* ctest: add command line option to exclude tests listed in a given fileAlex Neundorf2024-01-251-0/+1
* ctest: add command line option to run the tests listed in a given fileAlex Neundorf2024-01-251-0/+17
* cmCTestMultiProcessHandler: Stop searching for tests when limit is reachedBrad King2023-11-171-0/+1
* Tests: Cover ctest waiting on insufficient non-zero spare test-loadBrad King2023-11-171-4/+6
* Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test}Brad King2023-09-071-1/+1
* ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-021-0/+29
* ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-131-0/+8
* Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-141-3/+0
* Tests: Add cases covering bad ctest output truncation typesBrad King2022-09-071-0/+1
* RunCMakeTest: fix Truncation test definitionFrank Winklmeier2022-09-051-1/+1
* CMake: Use FindPython instead of FindPythonInterp to build CMake itselfKyle Edwards2022-04-211-2/+2
* Tests: Fix CMake syntax warning in RunCMake.CTestCommandLineBrad King2022-03-101-1/+1
* ctest: add option for output truncationFrank Winklmeier2022-03-081-0/+21
* Tests: Add case covering both ctest subdirectory commandsBrad King2021-12-081-0/+32
* CTest: Exit coverage handling early if no binary dirJoseph Snyder2021-06-021-0/+4
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-0/+19
* ctest: Display test "WAITING" messages only in extra-verbose modeBrad King2021-04-061-1/+1
* Ctest: Support build tree on command lineAsit Dhal2020-12-171-0/+17
* Merge topic 'ctest_stop_on_failure_16628'Brad King2020-04-221-0/+14
|\
| * ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-0/+14
* | CTest: Fix '-T MemCheck' command-line support for sanitizersBrad King2020-04-171-0/+21
|/
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-0/+29
* ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-091-0/+5
* CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-151-30/+23
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-1/+1
|\
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-1/+1
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-0/+24
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-4/+29
|/
* CTest: Add Json output for PROCESSES propertyKyle Edwards2019-10-021-0/+1
* Merge topic 'ctest-json-REQUIRED_FILES'Brad King2019-08-231-1/+5
|\