ReactOS 0.4.16-dev-258-g81860b4
test_ip6.h File Reference
#include "../lwip_check.h"
Include dependency graph for test_ip6.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Suite * ip6_suite (void)
 

Function Documentation

◆ ip6_suite()

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().