MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / main

Function main

test/source/tests/runtime_tests.cpp:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123using namespace concurrencpp::tests;
124
125int main() {
126 tester tester("runtime test");
127
128 tester.add_step("constructor", test_runtime_constructor);
129 tester.add_step("destructor", test_runtime_destructor);
130 tester.add_step("version", test_runtime_version);
131
132 tester.launch_test();
133 return 0;
134}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected