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

Function test_buffer_growth

test/test_cat.cc:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void test_buffer_growth()
45{
46 auto obuf = sp::check_output({"cat", "../subprocess.hpp"});
47 std::cout << obuf.length << std::endl;
48 assert (obuf.length > sp::DEFAULT_BUF_CAP_BYTES);
49}
50
51void test_buffer_growth_threaded_comm()
52{

Callers

nothing calls this directly

Calls 1

check_outputFunction · 0.85

Tested by

no test coverage detected