]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - test/unit/lwip_unittests.c
Fixed bug #28679: mem_realloc calculates mem_stats wrong and added test case for it
[pes-rpp/rpp-lwip.git] / test / unit / lwip_unittests.c
index 2dbeb6d45a7855858e3e269f194051eb6cf20ae7..db77e1bcca067574006905fe789dd50712b988cb 100644 (file)
@@ -3,6 +3,7 @@
 #include "udp/test_udp.h"
 #include "tcp/test_tcp.h"
 #include "tcp/test_tcp_oos.h"
+#include "core/test_mem.h"
 
 #include "lwip/init.h"
 
@@ -16,6 +17,7 @@ int main()
     udp_suite,
     tcp_suite,
     tcp_oos_suite,
+    mem_suite,
   };
   size_t num = sizeof(suites)/sizeof(void*);
   LWIP_ASSERT("No suites defined", num > 0);