Searched refs:create_suite (Results 1 – 6 of 6) sorted by relevance
| /lib/liblwip/test/unit/ |
| D | lwip_check.h | 20 static Suite* create_suite(const char* name, TFun *tests, size_t num_tests, SFun setup, SFun teardo… in create_suite() function
|
| /lib/liblwip/test/unit/udp/ |
| D | test_udp.c | 67 return create_suite("UDP", tests, sizeof(tests)/sizeof(TFun), udp_setup, udp_teardown); in udp_suite()
|
| /lib/liblwip/test/unit/core/ |
| D | test_mem.c | 72 return create_suite("MEM", tests, sizeof(tests)/sizeof(TFun), mem_setup, mem_teardown); in mem_suite()
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 261 return create_suite("ETHARP", tests, sizeof(tests)/sizeof(TFun), etharp_setup, etharp_teardown); in etharp_suite()
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 666 return create_suite("TCP", tests, sizeof(tests)/sizeof(TFun), tcp_setup, tcp_teardown); in tcp_suite()
|
| D | test_tcp_oos.c | 943 …return create_suite("TCP_OOS", tests, sizeof(tests)/sizeof(TFun), tcp_oos_setup, tcp_oos_teardown); in tcp_oos_suite()
|