Home | Info | Community | Development | myReactOS | Contact Us
Create the suite including all tests for this module
Definition at line 97 of file test_tcp.c.
Referenced by main().
{ TFun tests[] = { test_tcp_new_abort, test_tcp_recv_inseq, }; return create_suite("TCP", tests, sizeof(tests)/sizeof(TFun), tcp_setup, tcp_teardown); }