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

@@ -4,6 +4,7 @@
#include "udp/test_udp.h"
#include "tcp/test_tcp.h"
#include "tcp/test_tcp_oos.h"
#include "core/test_def.h"
#include "core/test_mem.h"
#include "core/test_pbuf.h"
#include "etharp/test_etharp.h"
@@ -62,6 +63,7 @@ int main(void)
udp_suite,
tcp_suite,
tcp_oos_suite,
def_suite,
mem_suite,
pbuf_suite,
etharp_suite,