Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Cover detection of linker tool while parsing implicit link info | Brad King | 2024-01-03 | 1 | -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 regex | Brad King | 2021-06-03 | 1 | -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 test | Robert Maynard | 2019-08-28 | 1 | -0/+2 |
By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories. |