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

Function TEST

test/unit/apps/AppPluginTest.cpp:52–58  ·  view source on GitHub ↗

The Cmake file makes sure we're building the hexbin plugin.

Source from the content-addressed store, hash-verified

50
51// The Cmake file makes sure we're building the hexbin plugin.
52TEST(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

Callers

nothing calls this directly

Calls 2

appNameFunction · 0.70
findMethod · 0.45

Tested by

no test coverage detected