| 704 | } |
| 705 | |
| 706 | bool cmCTestBuildHandler::IsLaunchedWarningFile(char const* fname) |
| 707 | { |
| 708 | // warning-{hash}.xml |
| 709 | return (cmHasLiteralPrefix(fname, "warning-") && |
| 710 | cmHasLiteralSuffix(fname, ".xml")); |
| 711 | } |
| 712 | |
| 713 | // ###################################################################### |
| 714 | // ###################################################################### |
no test coverage detected