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

@@ -64,4 +64,6 @@
/* Minimal changes to opt.h required for etharp unit tests: */
#define ETHARP_SUPPORT_STATIC_ENTRIES 1
#define MEMP_NUM_SYS_TIMEOUT (LWIP_NUM_SYS_TIMEOUT_INTERNAL + 1)
#endif /* LWIP_HDR_LWIPOPTS_H */