ReactOS 0.4.15-dev-7998-gdb93cb1
test_mem.h File Reference
#include "../lwip_check.h"
Include dependency graph for test_mem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Suite * mem_suite (void)
 

Function Documentation

◆ mem_suite()

Suite * mem_suite ( void  )

Create the suite including all tests for this module

Definition at line 67 of file test_mem.c.

68{
69 TFun tests[] = {
70 test_mem_one
71 };
72 return create_suite("MEM", tests, sizeof(tests)/sizeof(TFun), mem_setup, mem_teardown);
73}
static Suite * create_suite(const char *name, TFun *tests, size_t num_tests, SFun setup, SFun teardown)
Definition: lwip_check.h:20
static struct test_info tests[]
static void mem_teardown(void)
Definition: test_mem.c:21
static void mem_setup(void)
Definition: test_mem.c:16

Referenced by main().