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

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