Home | Info | Community | Development | myReactOS | Contact Us
Create the suite including all tests for this module
Definition at line 62 of file test_udp.c.
Referenced by main().
{ TFun tests[] = { test_udp_new_remove, }; return create_suite("UDP", tests, sizeof(tests)/sizeof(TFun), udp_setup, udp_teardown); }