| 58 | } |
| 59 | |
| 60 | int 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 | } |
nothing calls this directly
no test coverage detected