added unit test for mqtt (that does not really do something useful yet)

This commit is contained in:
goldsimon
2017-04-12 21:54:42 +02:00
parent bf01941b23
commit 5cc168c0f1
4 changed files with 119 additions and 0 deletions

View 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