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

Function getPreSourcePath

tests/TestHelper.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74std::string getPreSourcePath(std::string ProjectName) {
75
76 return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("lib") /
77 fs::path("pre.c"))
78 .string();
79}
80
81std::string getTargetSourcePath(std::string ProjectName) {
82

Callers 1

SetUpTestCaseMethod · 0.85

Calls 1

getProjectBaseDirPathFunction · 0.85

Tested by

no test coverage detected