| 46 | using namespace pdal; |
| 47 | |
| 48 | static 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 | |
| 55 | TEST(TranslateTest, t1) |
| 56 | { |