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

Function main

test/source/tests/coroutine_tests/coroutine_tests.cpp:217–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215using namespace concurrencpp::tests;
216
217int main() {
218 tester tester("coroutines test");
219
220 tester.add_step("recursive coroutines", test_recursive_coroutines);
221 tester.add_step("combo coroutine", test_combo_coroutine);
222 tester.add_step("lazy recursive coroutines", test_lazy_recursive_coroutines);
223 tester.add_step("lazy combo coroutine", test_lazy_combo_coroutine);
224
225 tester.launch_test();
226 return 0;
227}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected