MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ACE_TMAIN

Function ACE_TMAIN

tests/DCPS/KeyTest/KeyMarshalling.cpp:431–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429const size_t encoding_count = sizeof(encodings) / sizeof(encodings[0]);
430
431int ACE_TMAIN(int, ACE_TCHAR*[])
432{
433 for (unsigned i = 0; i < encoding_count; ++i) {
434 run_test(encodings[i]);
435 }
436 return 0;
437}

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected