Go to the source code of this file.
◆ pbuf_suite()
Suite * pbuf_suite |
( |
void |
| ) |
|
Create the suite including all tests for this module
Definition at line 346 of file test_pbuf.c.
347{
349 TESTFUNC(test_pbuf_alloc_zero_pbufs),
351 TESTFUNC(test_pbuf_copy_unmatched_chains),
352 TESTFUNC(test_pbuf_copy_partial_pbuf),
353 TESTFUNC(test_pbuf_split_64k_on_small_pbufs),
354 TESTFUNC(test_pbuf_queueing_bigger_than_64k),
357 };
359}
Suite * create_suite(const char *name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown)
static struct test_info tests[]
static void pbuf_setup(void)
static void pbuf_teardown(void)
Referenced by main().