Added unit test that pbuf_copy returns a correct error code for pbuf queues ending with a zero-length pbuf.

This commit is contained in:
goldsimon
2012-05-03 20:11:23 +02:00
parent fb07a28c99
commit d690775ca1
3 changed files with 83 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include "tcp/test_tcp.h"
#include "tcp/test_tcp_oos.h"
#include "core/test_mem.h"
#include "core/test_pbuf.h"
#include "etharp/test_etharp.h"
#include "dhcp/test_dhcp.h"
@@ -20,6 +21,7 @@ int main()
tcp_suite,
tcp_oos_suite,
mem_suite,
pbuf_suite,
etharp_suite,
dhcp_suite
};