| 89 | } |
| 90 | |
| 91 | QString buildCompilerLine(TestPathType pathType = UnixFilePathNoSpaces) |
| 92 | { |
| 93 | /// Test with compiler output |
| 94 | QString outputline; |
| 95 | outputline.append(projectPath(pathType)); |
| 96 | outputline.append(">make"); |
| 97 | return outputline; |
| 98 | } |
| 99 | |
| 100 | QString buildCompilerErrorLine(TestPathType pathType = UnixFilePathNoSpaces) |
| 101 | { |
no test coverage detected