MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / main

Function main

test/test_cat.cc:60–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int main() {
61#ifndef __USING_WINDOWS__
62
63 // test_cat_pipe_redirection();
64 test_cat_send_terminate();
65 /*
66 test_cat_file_redirection();
67 test_buffer_growth();
68 test_buffer_growth_threaded_comm();
69 */
70
71#endif
72
73 return 0;
74}

Callers

nothing calls this directly

Calls 1

test_cat_send_terminateFunction · 0.85

Tested by

no test coverage detected