| 85 | } |
| 86 | |
| 87 | std::string binpath() |
| 88 | { |
| 89 | std::string binpath = TestConfig::binaryPath(); |
| 90 | |
| 91 | #ifdef PDAL_APP_BUNDLE |
| 92 | return binpath + "/pdal.app/Contents/MacOS/"; |
| 93 | #else |
| 94 | return binpath; |
| 95 | #endif |
| 96 | } |
| 97 | |
| 98 | std::string binpath(const std::string& file) |
| 99 | { |