summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine
Commit message (Expand)AuthorAgeFilesLines
* ctest: Allow --test-dir override when using presetscastro-ma2024-04-242-3/+30
* ctest: Cleanup for invalid argument handlingMartin Duffy2024-04-171-1/+2
* Merge topic 'ctest-invalid-arg'Brad King2024-04-053-0/+4
|\
| * ctest: Show error on invalid ctest argumentsJake D'Esposito2024-04-043-0/+4
* | ctest: Fall back to CMake environment variable for TLS server verificationBrad King2024-03-309-0/+17
* | ctest: Test fallback to CMake options for TLS server verificationBrad King2024-03-309-1/+13
* | Tests: Update cmake_minimum_required version in RunCMake ctest casesBrad King2024-03-291-1/+1
|/
* ctest: Fall back to CMake options for TLS versionBrad King2024-03-129-0/+15
* ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-121-1/+1
* ctest: Add explicit options for TLS versionBrad King2024-03-125-0/+6
* ctest: Add explicit options for TLS server verificationBrad King2024-03-1210-0/+28
* Merge topic 'ctest-j-default'Brad King2024-03-1114-0/+102
|\
| * ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-1014-0/+102
* | Merge topic 'ctest-tests-from-file'Brad King2024-03-119-3/+23
|\ \
| * | ctest: Remove unnecessary and ambiguous tests-from-file comment syntaxBrad King2024-03-081-0/+3
| * | ctest: Honor tests-from-file options with empty inputBrad King2024-03-084-0/+13
| * | Tests: Make ctest tests-from-file expected output more preciseBrad King2024-03-085-3/+7
* | | Merge topic 'gtest-json-test-def-source'Brad King2024-03-082-1/+13
|\ \ \
| * | | ctest: Show custom test properties in --show-only=json-v1Daniel Sim2024-03-062-1/+13
* | | | Merge topic 'ctest-tests-from-file'Brad King2024-03-089-4/+16
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-067-0/+12
| * | Tests: Generalize ctest tests-from-file test casesBrad King2024-03-063-4/+4
| |/
* | Tests: Allow RunCMake.CTestCommandLine/TestOutputSize to have larger fileKyle Edwards2024-02-271-1/+1
|/
* ctest: add command line option to exclude tests listed in a given fileAlex Neundorf2024-01-252-0/+8
* ctest: add command line option to run the tests listed in a given fileAlex Neundorf2024-01-253-0/+24
* cmCTestMultiProcessHandler: Stop searching for tests when limit is reachedBrad King2023-11-172-0/+22
* Tests: Cover ctest waiting on insufficient non-zero spare test-loadBrad King2023-11-172-5/+7
* Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test}Brad King2023-09-072-2/+3
* ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-027-0/+42
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-112-2/+2
* ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-138-0/+15
* Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-141-3/+0
* Tests: Add cases covering bad ctest output truncation typesBrad King2022-09-073-0/+3
* RunCMakeTest: fix Truncation test definitionFrank Winklmeier2022-09-057-1/+6
* 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-083-0/+34
* Tests: Add case covering both ctest subdirectory commandsBrad King2021-12-082-0/+40
* CTest: Exit coverage handling early if no binary dirJoseph Snyder2021-06-022-0/+7
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-264-0/+57
* ctest: Display test "WAITING" messages only in extra-verbose modeBrad King2021-04-064-7/+46
* Ctest: Support build tree on command lineAsit Dhal2020-12-176-0/+22
* ctest: Provide hints about inspecting test failuresAsit Dhal2020-12-012-2/+6
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-263-1/+3
* Merge topic 'ctest_stop_on_failure_16628'Brad King2020-04-224-0/+26
|\
| * ctest: add option --stop-on-failureJohnny Jazeix2020-04-204-0/+26
* | CTest: Fix '-T MemCheck' command-line support for sanitizersBrad King2020-04-172-0/+28
|/
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-3110-0/+38
* ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-094-0/+30
* CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-1522-40/+28