MCPcopy Create free account
hub / github.com/apache/qpid-proton / main

Function main

cpp/src/link_test.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int main(int argc, char** argv) {
165 int failed = 0;
166 RUN_ARGV_TEST(failed, test_link_name());
167 RUN_ARGV_TEST(failed, test_dynamic_node_properties());
168 return failed;
169}

Callers

nothing calls this directly

Calls 2

test_link_nameFunction · 0.85

Tested by

no test coverage detected