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

Function main

cpp/src/interop_test.cpp:103–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int main(int argc, char** argv) {
104 int failed = 0;
105 if (argc != 2) {
106 cerr << "Usage: " << argv[0] << " tests-dir" << endl;
107 return 1;
108 }
109 tests_dir = argv[1];
110
111 RUN_TEST(failed, test_data_ostream());
112 RUN_TEST(failed, test_decoder_primitives_exact());
113 RUN_TEST(failed, test_encoder_primitives());
114 return failed;
115}

Callers

nothing calls this directly

Calls 3

test_data_ostreamFunction · 0.85
test_encoder_primitivesFunction · 0.85

Tested by

no test coverage detected