ReactOS 0.4.16-dev-257-g6aa11ac
test_ip6.c File Reference
#include "test_ip6.h"
#include "lwip/ethip6.h"
#include "lwip/ip6.h"
#include "lwip/icmp6.h"
#include "lwip/inet_chksum.h"
#include "lwip/nd6.h"
#include "lwip/stats.h"
#include "lwip/prot/ethernet.h"
#include "lwip/prot/ip.h"
#include "lwip/prot/ip6.h"
#include "lwip/tcpip.h"
Include dependency graph for test_ip6.c:

Go to the source code of this file.

Functions

 START_TEST (test_ip6_dummy)
 
END_TEST Suite * ip6_suite (void)
 

Function Documentation

◆ ip6_suite()

END_TEST Suite * ip6_suite ( void  )

Definition at line 462 of file test_ip6.c.

463{
464 testfunc tests[] = {
465 TESTFUNC(test_ip6_dummy),
466 };
467 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), NULL, NULL);
468}
#define NULL
Definition: types.h:112
Suite * create_suite(const char *name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown)
#define TESTFUNC(x)
Definition: lwip_check.h:22
static struct test_info tests[]

Referenced by main().

◆ START_TEST()

START_TEST ( test_ip6_dummy  )

Definition at line 455 of file test_ip6.c.

456{
457 LWIP_UNUSED_ARG(_i);
458}
#define LWIP_UNUSED_ARG(x)
Definition: arch.h:373