| 32 | } |
| 33 | |
| 34 | void test_easy_piping() |
| 35 | { |
| 36 | auto res = pipeline("cat ../subprocess.hpp", "grep Args", "grep template"); |
| 37 | std::cout << res.buf.data() << std::endl; |
| 38 | } |
| 39 | |
| 40 | void test_shell() |
| 41 | { |
nothing calls this directly
no test coverage detected