MCPcopy Create free account
hub / github.com/boostorg/leaf / main

Function main

test/so_dll_test.cpp:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218int main()
219{
220 std::srand(std::hash<unsigned>{}(static_cast<unsigned>(std::time(nullptr))));
221
222 test_single_thread();
223 test_multithreaded();
224
225 return boost::report_errors();
226}

Callers

nothing calls this directly

Calls 3

test_single_threadFunction · 0.85
test_multithreadedFunction · 0.85
report_errorsFunction · 0.85

Tested by

no test coverage detected