Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/test/unit/
Dlwip_check.h20 …tic Suite* create_suite(const char* name, TFun *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument
28 if ((setup != NULL) || (teardown != NULL)) { in create_suite()
29 tcase_add_checked_fixture(tc_core, setup, teardown); in create_suite()