MCPcopy Create free account
hub / github.com/PDAL/PDAL / compare_paths

Function compare_paths

test/unit/FileUtilsTest.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static void compare_paths(const std::string a, const std::string b)
133{
134 EXPECT_EQ(normalize(a), normalize(b));
135}
136
137TEST(FileUtilsTest, test_toAbsolutePath)
138{

Callers 1

TESTFunction · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected