MCPcopy Create free account
hub / github.com/Samsung/UTopia / getUTSourcePath

Function getUTSourcePath

tests/TestHelper.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85

Calls 1

getProjectBaseDirPathFunction · 0.85

Tested by

no test coverage detected