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

Go to the source code of this file.

Functions

Suite * mqtt_suite (void)
 

Function Documentation

◆ mqtt_suite()

Suite * mqtt_suite ( void  )

Definition at line 109 of file test_mqtt.c.

110{
111 testfunc tests[] = {
112 TESTFUNC(basic_connect),
113 };
114 return create_suite("MQTT", tests, sizeof(tests)/sizeof(testfunc), mqtt_setup, mqtt_teardown);
115}
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 mqtt_teardown(void)
Definition: test_mqtt.c:54
static void mqtt_setup(void)
Definition: test_mqtt.c:44

Referenced by main().