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

Function getTargetSourcePath

tests/TestHelper.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81std::string getTargetSourcePath(std::string ProjectName) {
82
83 return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("lib") /
84 fs::path("lib.c"))
85 .string();
86}
87
88std::string getTargetReportPath(std::string ProjectName) {
89

Callers 1

SetUpTestCaseMethod · 0.85

Calls 1

getProjectBaseDirPathFunction · 0.85

Tested by

no test coverage detected