Home | Info | Community | Development | myReactOS | Contact Us
Create the suite including all tests for this module
Definition at line 532 of file test_tcp_oos.c.
Referenced by main().
{ TFun tests[] = { test_tcp_recv_ooseq_FIN_OOSEQ, test_tcp_recv_ooseq_FIN_INSEQ, test_tcp_recv_ooseq_overrun_rxwin, }; return create_suite("TCP_OOS", tests, sizeof(tests)/sizeof(TFun), tcp_oos_setup, tcp_oos_teardown); }