| 98 | } |
| 99 | |
| 100 | std::string getUTSourcePath(std::string ProjectName) { |
| 101 | |
| 102 | return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("tct") / |
| 103 | fs::path("test.c")) |
| 104 | .string(); |
| 105 | } |
| 106 | |
| 107 | std::string getUTReportPath(std::string ProjectName) { |
| 108 |
no test coverage detected