summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTestXML.cmake
Commit message (Collapse)AuthorAgeFilesLines
* codespell: Fix typosBrad King2023-05-221-2/+2
|
* Tests: Suppress failures on macOS arm64 due to separate Xcode signing phaseBrad King2021-02-221-0/+3
| | | | | | | | | | | | | | | | Some tests fail because Xcode runs `POST_BUILD` commands before signing the binaries they run. Tell the linker to perform ad-hoc codesign even though Xcode normally tells it not to. Other tests fail because `install_name_tool` does not revise ad-hoc signatures without the codesign `linker-signed` flag. Add that flag ourselves where needed by our tests. For now these changes help our test suite pass so we can use it to cover everything else. Both of these cases may need further investigation to update CMake to help projects in general. Issue: #21845, #21854
* Tests: Clarify internal project name in RunCMake.GoogleTest casesBrad King2021-02-221-1/+1
|
* Tests: Add test for GoogleTest XML_OUTPUT_DIRStefan Floeren2020-07-011-0/+11
| | | | | Add tests to make sure the XML_OUTPUT_DIR is generated correctly and the correct files are getting created.
* Tests: Don't ask for things not required for GoogleTestCraig Scott2020-06-241-2/+1
| | | | The test cases only need C or C++, but not both. The CTest module is also not needed because we are not running a dashboard script.
* GoogleTest: Add test case for XML_OUTPUT_DIRAlexander Stein2020-03-131-0/+11