MCPcopy Create free account
hub / github.com/apache/mesos / getTestHelperPath

Function getTestHelperPath

src/tests/utils.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136string getTestHelperPath(const string& name)
137{
138 string path = path::join(tests::flags.build_dir, "src", name);
139
140 if (!os::exists(path) && searchInstallationDirectory) {
141 path = path::join(TESTLIBEXECDIR, name);
142 }
143
144 return path;
145}
146
147
148string getTestHelperDir()

Callers 8

TEST_FFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
spawnMethod · 0.85
TESTFunction · 0.85
pingMethod · 0.85

Calls 2

joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected