MCPcopy Create free account
hub / github.com/OAID/Tengine / main

Function main

internal/tests/core/test/test_factory.cpp:279–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279int main(void)
280{
281 std::cout << "test creator interface ....\n";
282 test_creator();
283
284 std::cout << "test class constructor ....\n";
285 test_constructor();
286
287 std::cout << "test class interface ....\n";
288 test_interface();
289
290 std::cout << "test done\n";
291
292 return 0;
293}

Callers

nothing calls this directly

Calls 3

test_creatorFunction · 0.85
test_constructorFunction · 0.85
test_interfaceFunction · 0.85

Tested by

no test coverage detected