summaryrefslogtreecommitdiff
path: root/Modules/GoogleTestAddTests.cmake
Commit message (Expand)AuthorAgeFilesLines
* GoogleTest: Restore suite name for type-parametrized testsBrad King2023-03-031-1/+1
* GoogleTest: Fix escaping in test namesEvgeniy Shcherbina2022-02-111-24/+17
* GoogleTest: Change format for typed testsEvgeniy Shcherbina2022-02-071-3/+10
* GoogleTest: Fix type param tests for suites with many casesEvgeniy Shcherbina2022-02-071-1/+1
* GoogleTest: Preserve spaces in test parametersEvgeniy Shcherbina2022-02-031-5/+4
* GoogleTest: Add handling for square brackets in test namesEvgeniy Shcherbina2022-01-111-13/+55
* GoogleTest: Fix regex matching all dots in the suite nameFrancesco Guastella2022-01-071-1/+1
* GoogleTest: show test executor in error messagePaul-Antoine Arras2021-12-171-1/+6
* GoogleTest: Add TEST_FILTER arg to gtest_discover_testsAshish Sadanandan2021-08-051-2/+9
* GoogleTest: Match the full 'DISABLED_' prefix to disable testsBrad King2020-12-031-1/+1
* GoogleTest: Restore support for list arguments in TEST_EXECUTORLaurits Riple2020-08-031-2/+2
* GoogleTest: Fix name generation for XML_OUTPUT_DIRStefan Floeren2020-06-261-1/+1
* GoogleTestAddTests: Fix output processingStefan Floeren2020-05-051-4/+16
* GoogleTest: Add support for skipped testsAlexander Stein2020-04-101-0/+1
* GoogleTestAddTests: Refactor into callable methodRyan Thornton2020-03-191-95/+125
* GoogleTest: Add XML_OUTPUT_DIR parameterAlexander Stein2020-03-131-0/+6
* GoogleTest: Fix CTest not failing if gtest_discover_tests failsRyan Thornton2020-03-111-2/+4
* GoogleTest: Optimize gtest_discover_testsSteffen Seckler2020-02-251-7/+38
* Specify WORKING_DIRECTORY to execute_process() in GoogleTestAddTestsNehal J Wani2018-12-281-0/+1
* GoogleTest: Add timeout to discoveryMatthew Woehlke2017-12-061-0/+1
* GoogleTest: Improve gtest_discover_tests messagesMatthew Woehlke2017-11-301-3/+7
* Add dynamic test discovery for for Google TestMatthew Woehlke2017-07-271-0/+100