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

Function runTranslate

test/unit/apps/TranslateTest.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46using namespace pdal;
47
48static int runTranslate(std::string const& cmdline, std::string& output)
49{
50 const std::string cmd = Support::binpath(Support::exename("pdal")) +
51 " translate";
52 return Utils::run_shell_command(cmd + " " + cmdline, output);
53}
54
55TEST(TranslateTest, t1)
56{

Callers 1

TESTFunction · 0.85

Calls 2

binpathFunction · 0.85
exenameFunction · 0.85

Tested by

no test coverage detected