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

Go to the source code of this file.

Functions

Suite * timers_suite (void)
 

Function Documentation

◆ timers_suite()

Suite * timers_suite ( void  )

Create the suite including all tests for this module

Definition at line 224 of file test_timers.c.

225{
226 testfunc tests[] = {
227 TESTFUNC(test_bug52748),
228 TESTFUNC(test_cyclic_timers),
230 TESTFUNC(test_long_timer),
231 };
233}
#define LWIP_ARRAYSIZE(x)
Definition: def.h:69
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[]
static void test_timers(void)
Definition: msg.c:10249
static void timers_setup(void)
Definition: test_timers.c:12
static void timers_teardown(void)
Definition: test_timers.c:20

Referenced by main().