The Cmake file makes sure we're building the hexbin plugin.
| 50 | |
| 51 | // The Cmake file makes sure we're building the hexbin plugin. |
| 52 | TEST(PdalAppPlugin, load) |
| 53 | { |
| 54 | std::string output; |
| 55 | |
| 56 | Utils::run_shell_command(appName() + " fauxplugin 2>&1", output); |
| 57 | EXPECT_TRUE(output.find("kernels.fauxplugin") != std::string::npos); |
| 58 | } |
| 59 | |
| 60 | } // unnamed namespace |