mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
added unit test for mqtt (that does not really do something useful yet)
This commit is contained in:
8
test/unit/mqtt/test_mqtt.h
Normal file
8
test/unit/mqtt/test_mqtt.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LWIP_HDR_TEST_MQTT_H__
|
||||
#define LWIP_HDR_TEST_MQTT_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
Suite* mqtt_suite(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user