summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ParseImplicitLinkInfo/results/craype-CXX-GNU-7.3.0.output
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cover detection of linker tool while parsing implicit link infoBrad King2024-01-031-0/+1
| | | | | There are a few cases where content besides the path is picked up. Match them for now. We will fix them in following commits.
* Tests: Teach RunCMake.ParseImplicitLinkInfo to match output by regexBrad King2021-06-031-1/+1
| | | | | As in commit 6bc6fc2a7f (Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regex, 2019-04-08, v3.14.2~5^2~1).
* Introduce a ParseImplicitLinkInfo testRobert Maynard2019-08-281-0/+2
By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories.