Fixed lwip_itoa (bug #51729) and added unit tests for it

This commit is contained in:
goldsimon
2017-12-23 20:35:18 +01:00
parent b07a481f66
commit c6887522fe
4 changed files with 96 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
#ifndef LWIP_HDR_TEST_DEF_H
#define LWIP_HDR_TEST_DEF_H
#include "../lwip_check.h"
Suite *def_suite(void);
#endif