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

Go to the source code of this file.

Functions

Suite * etharp_suite (void)
 

Function Documentation

◆ etharp_suite()

Suite * etharp_suite ( void  )

Create the suite including all tests for this module

Definition at line 256 of file test_etharp.c.

257{
258 TFun tests[] = {
259 test_etharp_table
260 };
261 return create_suite("ETHARP", tests, sizeof(tests)/sizeof(TFun), etharp_setup, etharp_teardown);
262}
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 etharp_setup(void)
Definition: test_etharp.c:117
static void etharp_teardown(void)
Definition: test_etharp.c:124

Referenced by main().